This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import OSLog | |
| typealias Logger = os.Logger | |
| extension os.Logger { | |
| // Replace with real bundle identifier to use for logging. | |
| private static let subsystem = "com.appbundleid.client" | |
| private static let core = "com.appbundleid.core" | |
| // Define a custom logger instance for each distinct area of the app to |