We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9202091 commit 04376dbCopy full SHA for 04376db
2 files changed
Pro
Tool/Sources/Logger/Logger.swift
@@ -20,6 +20,7 @@ public final class Logger {
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
+ public static let license = Logger(category: "License")
24
#if DEBUG
25
/// Use a temp logger to log something temporary. I won't be available in release builds.
26
public static let temp = Logger(category: "Temp")
0 commit comments