timetracker
Explictly call "log()" function instead of shortcuts These shortcut functions ("debug", "info", "warn", "critical") are simply bad. They can't be filtered and looks ugly due to the log source (identifier?) missing from output. I used those because many samples and real world code use those simple functions. I don't get it.

Changes

3 changed files (+12/-9)