1 write to FormatterOptions
Microsoft.Extensions.Logging.Console (1)
JsonConsoleFormatter.cs (1)
236
FormatterOptions
= options;
6 references to FormatterOptions
Microsoft.Extensions.Logging.Console (6)
JsonConsoleFormatter.cs (6)
45
DateTimeOffset stamp =
FormatterOptions
.TimestampFormat != null
46
? (
FormatterOptions
.UseUtcTimestamp ? DateTimeOffset.UtcNow : DateTimeOffset.Now)
63
using (var writer = new Utf8JsonWriter(output,
FormatterOptions
.JsonWriterOptions))
66
var timestampFormat =
FormatterOptions
.TimestampFormat;
148
if (
FormatterOptions
.IncludeScopes && scopeProvider != null)
233
[MemberNotNull(nameof(
FormatterOptions
))]