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

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

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

Same methods

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