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)
101textWriter.WriteLine(message.Replace(Environment.NewLine, _newLineWithMessagePadding));