Anotar.Custom.LogTo.Error C# (CSharp) Метод

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

Writes the diagnostic message at the Error level.
public static Error ( ) : void
Результат void
        public static void Error()
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::Error ( Exception exception, Func message ) : void
LogTo::Error ( Exception exception, string format ) : void
LogTo::Error ( Func message ) : void
LogTo::Error ( string message ) : void