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] ";
9 references to TimestampFormat
Microsoft.Arcade.Common (3)
CompactConsoleLoggerFormatter.cs (3)
46
_messagePadding = new string(' ', GetLogLevelString(LogLevel.Information).Length + LoglevelPadding.Length + (_options.
TimestampFormat
?.Length ?? 0));
67
if (_options.
TimestampFormat
!= null)
69
var timestamp = DateTimeOffset.Now.ToString(_options.
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