4 writes to TimestampFormat
Http3SampleApp (1)
Program.cs (1)
23
factory.AddSimpleConsole(o => o.
TimestampFormat
= "[HH:mm:ss.fff] ");
Microsoft.Extensions.Logging.Console (2)
ConsoleLoggerProvider.cs (2)
186
TimestampFormat
= deprecatedFromOptions.TimestampFormat,
196
TimestampFormat
= deprecatedFromOptions.TimestampFormat,
SignalR.Client.FunctionalTestApp (1)
Program.cs (1)
33
options.
TimestampFormat
= "[HH:mm:ss] ";
6 references to TimestampFormat
Microsoft.Extensions.Logging.Console (6)
JsonConsoleFormatter.cs (2)
45
DateTimeOffset stamp = FormatterOptions.
TimestampFormat
!= null
66
var timestampFormat = FormatterOptions.
TimestampFormat
;
SimpleConsoleFormatter.cs (2)
75
string? timestampFormat = FormatterOptions.
TimestampFormat
;
158
return FormatterOptions.
TimestampFormat
!= null
SystemdConsoleFormatter.cs (2)
72
string? timestampFormat = FormatterOptions.
TimestampFormat
;
115
return FormatterOptions.
TimestampFormat
!= null