1 write to _newLineWithMessagePadding
Microsoft.Arcade.Common (1)
CompactConsoleLoggerFormatter.cs (1)
47
_newLineWithMessagePadding
= Environment.NewLine + _messagePadding;
1 reference to _newLineWithMessagePadding
Microsoft.Arcade.Common (1)
CompactConsoleLoggerFormatter.cs (1)
101
textWriter.WriteLine(message.Replace(Environment.NewLine,
_newLineWithMessagePadding
));