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