Files
wehub-resource-sync 1d1286fadb
Build / Build and test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:18:38 +08:00

8 lines
409 B
Swift

import OSLog
enum FanControlLog {
static let plugin = Logger(subsystem: Bundle.main.bundleIdentifier ?? "cc.ggbond.mactools", category: "FanControlPlugin")
static let smc = Logger(subsystem: Bundle.main.bundleIdentifier ?? "cc.ggbond.mactools", category: "FanControlSMC")
static let writer = Logger(subsystem: Bundle.main.bundleIdentifier ?? "cc.ggbond.mactools", category: "FanControlWriter")
}