Aspects.Logging.Loggers.NullLogger.Error C# (CSharp) Метод

Error() публичный Метод

Logs the message and exception with error level.
public Error ( string message, Exception exception ) : void
message string The message.
exception System.Exception The exception.
Результат void
        public void Error(string message, Exception exception)
        {
        }