We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b34f20 commit 403a918Copy full SHA for 403a918
1 file changed
Tool/Sources/Logger/Logger.swift
@@ -19,6 +19,7 @@ public final class Logger {
19
public static let gitHubCopilot = Logger(category: "GitHubCopilot")
20
public static let codeium = Logger(category: "Codeium")
21
public static let langchain = Logger(category: "LangChain")
22
+ public static let retrieval = Logger(category: "Retrieval")
23
#if DEBUG
24
/// Use a temp logger to log something temporary. I won't be available in release builds.
25
public static let temp = Logger(category: "Temp")
0 commit comments