9 writes to TimestampFormat
Microsoft.Extensions.Logging.Console (8)
_generated\0\BindingExtensions.g.cs (6)
125instance.TimestampFormat = value1; 132instance.TimestampFormat = currentValue; 422instance.TimestampFormat = value35; 429instance.TimestampFormat = currentValue; 488instance.TimestampFormat = value40; 495instance.TimestampFormat = currentValue;
ConsoleLoggerProvider.cs (2)
184TimestampFormat = deprecatedFromOptions.TimestampFormat, 194TimestampFormat = deprecatedFromOptions.TimestampFormat,
Microsoft.TemplateEngine.Cli (1)
CliTemplateEngineHost.cs (1)
38config.TimestampFormat = "yyyy-MM-dd HH:mm:ss.fff";
14 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 (9)
_generated\0\BindingExtensions.g.cs (3)
129var currentValue = instance.TimestampFormat; 426var currentValue = instance.TimestampFormat; 492var currentValue = instance.TimestampFormat;
JsonConsoleFormatter.cs (2)
44DateTimeOffset stamp = FormatterOptions.TimestampFormat != null 65var 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
Microsoft.TemplateEngine.Cli (2)
CliConsoleFormatter.cs (2)
61string format = !string.IsNullOrWhiteSpace(_formatterOptions.TimestampFormat) 62? _formatterOptions.TimestampFormat