1 write to _messagePadding
Microsoft.Arcade.Common (1)
CompactConsoleLoggerFormatter.cs (1)
46_messagePadding = new string(' ', GetLogLevelString(LogLevel.Information).Length + LoglevelPadding.Length + (_options.TimestampFormat?.Length ?? 0));
2 references to _messagePadding
Microsoft.Arcade.Common (2)
CompactConsoleLoggerFormatter.cs (2)
47_newLineWithMessagePadding = Environment.NewLine + _messagePadding; 98textWriter.Write(_messagePadding);