Anotar.MetroLog.LogTo.Warn C# (CSharp) Метод

Warn() публичный статический Метод

Writes the diagnostic message at the Warn level.
public static Warn ( ) : void
Результат void
        public static void Warn()
        {
            throw new NotImplementedException();
        }

Same methods

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