Anotar.Serilog.LogTo.Error C# (CSharp) Method

Error() public static method

Writes the diagnostic message at the Error level.
public static Error ( ) : void
return void
        public static void Error()
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::Error ( Exception exception, string messageTemplate ) : void
LogTo::Error ( string messageTemplate ) : void