ConsoleWrapperLogger

This commit is contained in:
2024-01-23 13:55:16 +06:00
parent 245f631ed5
commit 4b33339d3a
9 changed files with 71 additions and 33 deletions

View File

@@ -28,7 +28,6 @@ public class DefaultLogFormat : ILogFormat
if (sb.Length != 0)
sb.Append(": ");
sb.Append(message);
sb.Append('\n');
return sb.ToString();
}
}