Is it possible for a 3rd party library to disable ...
# announcements
b
Is it possible for a 3rd party library to disable logging in my main program?
i
What logging library do you use?
n
is it kotlin specific?
b
I'm using log4j through slf4j and kotlin logging (many libraries using different systems). I debugged it and it is a library that I am calling that is changing the root logger level…