emaloney / CleanroomLogger

CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant
MIT License
1.32k stars 153 forks source link

fix the issue #45: color table doesn't working for XcodeLogConfiguration #52

Closed IamAlchemist closed 8 years ago

IamAlchemist commented 8 years ago

please see the issue #45 decription: how to change the log's color in XcodeColors #45

And I found the color table parameter is ignored in the initializer. I believe this should be fixed

IamAlchemist commented 8 years ago

@emaloney can you help merging this pull request

emaloney commented 8 years ago

Thanks a lot for this. I left more detailed notes on #45, but I have applied your fix manually in CleanroomLogger 2.1.1.

emaloney commented 8 years ago

Closing, since fix has been applied manually.