jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

replace println with real logging framework #28

Closed michaelkirk closed 9 years ago

michaelkirk commented 9 years ago

Not sure if lumberjack is an option. Swift people seem to like: https://github.com/DaveWoodCom/XCGLogger

Requirements:

  1. output at different log levels (e.g. logger.error("something bad happened") vs logger.debug("something normal happened")
  2. don't log in production (right?)