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

LogFatalError() public method

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

        }
    }