Anotar.CommonLogging.LogTo.Error C# (CSharp) Méthode

Error() public static méthode

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

Same methods

LogTo::Error ( Func message ) : void
LogTo::Error ( string message ) : void