Anotar.Serilog.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, string messageTemplate ) : void
LogTo::Error ( string messageTemplate ) : void