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)); 67if (_options.TimestampFormat != null) 69var timestamp = DateTimeOffset.Now.ToString(_options.TimestampFormat); 117if (_options.ColorBehavior == LoggerColorBehavior.Disabled)