2 references to GetLogLevelString
Microsoft.Arcade.Common (2)
CompactConsoleLoggerFormatter.cs (2)
46_messagePadding = new string(' ', GetLogLevelString(LogLevel.Information).Length + LoglevelPadding.Length + (_options.TimestampFormat?.Length ?? 0)); 65var logLevelString = GetLogLevelString(logLevel);