glyph / Pomodouroboros

Pomodoro timer that acknowledges the inexorable, infinite passage of time
MIT License
189 stars 12 forks source link

remove print statements, do something more reasonable for logging #26

Open glyph opened 3 years ago

glyph commented 3 years ago

NSLog, I guess?

gotta be something more portable than that, although I might need to call NSLog on macOS

achabotl commented 3 years ago

Using syslog could also be an option:

Using this solution, I'm able to see the output in the Devices section of Console.app.

With this solution, it's also visible in Console.app, but only for the system.log report.