Serilog.Tests.Support.Some.InformationEvent C# (CSharp) Метод

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

public static InformationEvent ( DateTimeOffset timestamp = null ) : LogEvent
timestamp DateTimeOffset
Результат Serilog.Events.LogEvent
        public static LogEvent InformationEvent(DateTimeOffset? timestamp = null)
        {
            return LogEvent(timestamp, LogEventLevel.Information);
        }