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
committed by Magesh K
parent c19b541739
commit 2ccf01cf9c
3 changed files with 8 additions and 6 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")