I am trying to disable the Console backend at runtime (and replace it with my own backend), but that does not seem to work and the application continues logging to the console. I am using:
LoggerBackends.remove(LoggerBackends.Console)
I also tried passing :console and Logger.Backends.Console