Skip to content

Commit 92c19f5

Browse files
committed
Add logger for codeium
1 parent fb6be98 commit 92c19f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Core/Sources/Logger/Logger.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ public final class Logger {
1616
public static let client = Logger(category: "Client")
1717
public static let updateChecker = Logger(category: "UpdateChecker")
1818
public static let gitHubCopilot = Logger(category: "GitHubCopilot")
19+
public static let codeium = Logger(category: "Codeium")
20+
#if DEBUG
21+
public static let temp = Logger(category: "Temp")
22+
#endif
1923

2024
public init(subsystem: String = "com.intii.CopilotForXcode", category: String) {
2125
self.subsystem = subsystem

0 commit comments

Comments
 (0)