delba / Log

An extensible logging framework for Swift
MIT License
830 stars 63 forks source link

Fix Xcode 10 cannot show logs in console problem #27

Closed ming-chu closed 6 years ago

ming-chu commented 6 years ago

Xcode 10 cannot show logs in console, that's because of the level comparison failed in log function (level >= minLevel always false), fix it by using raw values type "Int" for "Level"

ming-chu commented 6 years ago

Seems I need to figure out why the Level extension not working always, sorry to bother you.