mirror of
https://github.com/munki/munki.git
synced 2026-05-07 04:49:28 -05:00
Start implementing more of msclog.swift
This commit is contained in:
@@ -18,6 +18,7 @@ func msc_log(_ source: String, _ event: String, msg: String = "") {
|
||||
}
|
||||
|
||||
func msc_debug_log(_ logMessage: String) {
|
||||
// stub
|
||||
print(logMessage)
|
||||
// Log to Apple System Log facility and also to MSU log if configured
|
||||
NSLog("%@", logMessage)
|
||||
msc_log("MSC", "debug", msg: logMessage)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user