1 write to _options
Microsoft.Arcade.Common (1)
CompactConsoleLoggerFormatter.cs (1)
45
_options
= options.CurrentValue;
4 references to _options
Microsoft.Arcade.Common (4)
CompactConsoleLoggerFormatter.cs (4)
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);
117
if (
_options
.ColorBehavior == LoggerColorBehavior.Disabled)