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

Information() public static method

Writes the diagnostic message at the Info level.
public static Information ( ) : void
return void
        public static void Information()
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::Information ( Exception exception, string messageTemplate ) : void
LogTo::Information ( string messageTemplate ) : void