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