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

Error() public méthode

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