Log icon indicating copy to clipboard operation
Log copied to clipboard

Log statements don't have different colors

Open adamisrafil opened this issue 5 years ago • 1 comments

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:

Screen Shot 2020-01-16 at 1 14 28 PM

adamisrafil avatar Jan 16 '20 18:01 adamisrafil

@adamscout162 you need to install https://github.com/robbiehanson/XcodeColors as stated in the description of Log

punkbit avatar May 14 '20 23:05 punkbit