Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log statements don't have different colors #34

Open
adamisrafil opened this issue Jan 16, 2020 · 1 comment
Open

Log statements don't have different colors #34

adamisrafil opened this issue Jan 16, 2020 · 1 comment

Comments

@adamisrafil
Copy link

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

@heldrida
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants