We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f0c88 commit 3f328ddCopy full SHA for 3f328dd
2 files changed
Pro
Tool/Sources/Logger/Logger.swift
@@ -23,6 +23,7 @@ public final class Logger {
23
public static let license = Logger(category: "License")
24
public static let `extension` = Logger(category: "Extension")
25
public static let communicationBridge = Logger(category: "CommunicationBridge")
26
+ public static let debug = Logger(category: "Debug")
27
#if DEBUG
28
/// Use a temp logger to log something temporary. I won't be available in release builds.
29
public static let temp = Logger(category: "Temp")
0 commit comments