Enhancement requests:
1) Support const loggers. These are loggers that can have their methods code stripped.
2) Support logging closures to remove unnecessary/expensive string interpolation when the log statement wont actually execute:
log.noise(() => "$foo$bar$baz"); <- string is never interpolated if log's current level > noise.
Enhancement requests: 1) Support const loggers. These are loggers that can have their methods code stripped. 2) Support logging closures to remove unnecessary/expensive string interpolation when the log statement wont actually execute: log.noise(() => "$foo$bar$baz"); <- string is never interpolated if log's current level > noise.