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