2 references to GetLogLevelString
Microsoft.Extensions.Logging.Console (2)
SimpleConsoleFormatter.cs (2)
16private static readonly string _messagePadding = new string(' ', GetLogLevelString(LogLevel.Information).Length + LoglevelPadding.Length); 64string logLevelString = GetLogLevelString(logLevel);