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