2 writes to FormatterOptions
Microsoft.Extensions.Logging.Console (2)
ConsoleLoggerProvider.cs (1)
191systemdFormatter.FormatterOptions = new ConsoleFormatterOptions()
SystemdConsoleFormatter.cs (1)
27FormatterOptions = options;
5 references to FormatterOptions
Microsoft.Extensions.Logging.Console (5)
SystemdConsoleFormatter.cs (5)
24[MemberNotNull(nameof(FormatterOptions))] 76string? timestampFormat = FormatterOptions.TimestampFormat; 119return FormatterOptions.TimestampFormat != null 120? (FormatterOptions.UseUtcTimestamp ? DateTimeOffset.UtcNow : DateTimeOffset.Now) 141if (FormatterOptions.IncludeScopes && scopeProvider != null)