We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2ae6e commit 99993a2Copy full SHA for 99993a2
1 file changed
Tool/Sources/Logger/Logger.swift
@@ -21,6 +21,7 @@ public final class Logger {
21
public static let langchain = Logger(category: "LangChain")
22
public static let retrieval = Logger(category: "Retrieval")
23
public static let license = Logger(category: "License")
24
+ public static let `extension` = Logger(category: "Extension")
25
#if DEBUG
26
/// Use a temp logger to log something temporary. I won't be available in release builds.
27
public static let temp = Logger(category: "Temp")
0 commit comments