Skip to content

Commit 403a918

Browse files
committed
Add new logger
1 parent 4b34f20 commit 403a918

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tool/Sources/Logger/Logger.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public final class Logger {
1919
public static let gitHubCopilot = Logger(category: "GitHubCopilot")
2020
public static let codeium = Logger(category: "Codeium")
2121
public static let langchain = Logger(category: "LangChain")
22+
public static let retrieval = Logger(category: "Retrieval")
2223
#if DEBUG
2324
/// Use a temp logger to log something temporary. I won't be available in release builds.
2425
public static let temp = Logger(category: "Temp")

0 commit comments

Comments
 (0)