Builds a Logger object for use in your application
defaultLevel must the minimum level ANY stream can log from IE it should be the lowest level any of your streams will possibly log. Recommended to always use debug.
defaultLevel
debug
Logger
Builds a Logger object for use in your application
defaultLevel
must the minimum level ANY stream can log from IE it should be the lowest level any of your streams will possibly log. Recommended to always usedebug
.See
Logger