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

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

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

Same methods

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