Anotar.Custom.LogTo.Information C# (CSharp) Метод

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

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

Same methods

LogTo::Information ( Exception exception, Func message ) : void
LogTo::Information ( Exception exception, string format ) : void
LogTo::Information ( Func message ) : void
LogTo::Information ( string message ) : void