1 write to FormatterOptions
Microsoft.Extensions.Logging.Console (1)
JsonConsoleFormatter.cs (1)
230
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;
142
if (
FormatterOptions
.IncludeScopes && scopeProvider != null)
227
[MemberNotNull(nameof(
FormatterOptions
))]