feat: add swift-log app logging controls

This commit is contained in:
Peter Steinberger
2025-12-31 16:03:18 +01:00
parent fa91b5fd03
commit 6517b05abe
17 changed files with 268 additions and 16 deletions

View File

@@ -3,7 +3,6 @@ import Darwin
import Foundation
import MenuBarExtraAccess
import Observation
import OSLog
import Security
import SwiftUI
@@ -30,6 +29,7 @@ struct ClawdisApp: App {
}
init() {
ClawdisLogging.bootstrapIfNeeded()
_state = State(initialValue: AppStateStore.shared)
}