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