Logs misc. events with OSLog

* Discovering AltServers
* Clearing app cache
* Updating Friend Zone Patrons
This commit is contained in:
Riley Testut
2023-10-18 14:11:39 -05:00
parent 82d4e4d4d8
commit a092c99b84
4 changed files with 13 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ public extension Logger
{
static let altstoreSubsystem = Bundle.main.bundleIdentifier!
static let main = Logger(subsystem: altstoreSubsystem, category: "Main")
static let sideload = Logger(subsystem: altstoreSubsystem, category: "Sideload")
static let altjit = Logger(subsystem: altstoreSubsystem, category: "AltJIT")