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
;
98
textWriter.Write(
_messagePadding
);