Aspects.Logging.Loggers.NullLogger.Fatal C# (CSharp) Méthode

Fatal() public méthode

Logs the message and exception with fatal level.
public Fatal ( string message, Exception exception ) : void
message string The message.
exception System.Exception The exception.
Résultat void
        public void Fatal(string message, Exception exception)
        {
        }
    }