BudgetAnalyser.Engine.NullLogger.LogInfo C# (CSharp) Method

LogInfo() public method

Write a debug/diagnostic log entry if the configured log level is set to info.
public LogInfo ( string>.Func logEntryBuilder ) : void
logEntryBuilder string>.Func
return void
        public void LogInfo(Func<ILogger, string> logEntryBuilder)
        {
        }