AOPify.Logging.NullLogger.Fatal C# (CSharp) Method

Fatal() public method

public Fatal ( string message ) : void
message string
return void
        public void Fatal(string message)
        {
        }

Same methods

NullLogger::Fatal ( string message, Exception exception ) : void