Anotar.Custom.LogTo.Information C# (CSharp) Method

Information() public static method

Writes the diagnostic message at the Information level.
public static Information ( ) : void
return 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