Revert "Switch to new logger api"

This reverts commit 264b584d34.
This commit is contained in:
Max Goedjen
2020-09-20 18:34:07 -07:00
parent 84e5b16954
commit 5d2ebd6c5f
4 changed files with 19 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
private var updateSink: AnyCancellable?
func applicationDidFinishLaunching(_ aNotification: Notification) {
Logger().debug("SecretAgent finished launching")
os_log(.debug, "SecretAgent finished launching")
DispatchQueue.main.async {
self.socketController.handler = self.agent.handle(reader:writer:)
}