Aqueduct.Diagnostics.NullLogger.LogError C# (CSharp) Method

LogError() public method

public LogError ( string message, Exception exception ) : void
message string
exception System.Exception
return void
        public void LogError(string message, Exception exception)
        {

        }

Same methods

NullLogger::LogError ( string message, Exception exception, object>.Dictionary extraInfo ) : void