Anotar.Log4Net.LogTo.Warn C# (CSharp) Méthode

Warn() public static méthode

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

Same methods

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