-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Environment:
- Swift 5
- Xcode 11.3.1
Problem:
I implement the logger using the various levels of severity however all the log statements in the console are still white. I have tried changing themes and yet I still cannot have TRACE, DEBUG, INFO, WARNING, or ERROR to appear in the console with the proper colors.
Example Logger Setup:
// MARK: Logging
private lazy var log = Logger(formatter: .default, theme: .tomorrowNightEighties, minLevel: .trace)
Example Console Output:
wonderful89, 5SMNOONMS5, iomark and tularovbeslan
Metadata
Metadata
Assignees
Labels
No labels
