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