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 1111d30 commit 77b2e83Copy full SHA for 77b2e83
Sources/Logging/Logging.swift
@@ -320,7 +320,7 @@ extension Logger {
320
///
321
/// Log levels are ordered by their severity, with `.trace` being the least severe and
322
/// `.critical` being the most severe.
323
- public enum Level: CaseIterable {
+ public enum Level: String, Codable, CaseIterable {
324
/// Appropriate for messages that contain information only when debugging a program.
325
case trace
326
0 commit comments