You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use this library for a small project where I have two modules. I want to control the logging (primarily the log level) independently and on the fly for the two modules.
Is it possible to get multiple logger objects which are independent?
I want to use this library for a small project where I have two modules. I want to control the logging (primarily the log level) independently and on the fly for the two modules.
Is it possible to get multiple logger objects which are independent?
Something like:
module 1 has
module 2 has
And then using them like:
And expecting that the
m1.setLogLevel
does not change the log level form2
.The text was updated successfully, but these errors were encountered: