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

LogError() public method

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

Same methods

NullLogger::LogError ( string>.Func logEntryBuilder ) : void