is there anyway to hide/disable the ability to get...
# kotlin-logging
t
is there anyway to hide/disable the ability to get the default logger? I have a framework where I only want to loggers created by a factory in the framework.
o
you can set default logging level to fatal. Depends on the lib used.
t
oh, that's interesting. how do you set that?
t
super helpful. Thanks!