Anotar.MetroLog.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 ( Func message ) : void
LogTo::Error ( string message ) : void