We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c712a23 commit 28a0efbCopy full SHA for 28a0efb
Sources/CLTLogger.swift
@@ -94,7 +94,7 @@ public struct CLTLogger : LogHandler {
94
/** Multiline logs are allowed and logs are printed after the log, one line per metadata (metadata are never multiline). */
95
case allMultiline
96
97
- public static let `default` = Self.disallowMultiline
+ public static let `default` = Self.disallowMultilineButMetadataOnNewLines
98
}
99
100
public struct Constants : CLTLogger_Sendable {
0 commit comments