Skip to content

Commit 3f328dd

Browse files
committed
Add debugging logs
1 parent f9f0c88 commit 3f328dd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Pro

Submodule Pro updated from b915eb2 to f056f7c

Tool/Sources/Logger/Logger.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public final class Logger {
2323
public static let license = Logger(category: "License")
2424
public static let `extension` = Logger(category: "Extension")
2525
public static let communicationBridge = Logger(category: "CommunicationBridge")
26+
public static let debug = Logger(category: "Debug")
2627
#if DEBUG
2728
/// Use a temp logger to log something temporary. I won't be available in release builds.
2829
public static let temp = Logger(category: "Temp")

0 commit comments

Comments
 (0)