Open
Description
Hey there :)
Finally found some time to play with this library and gotta say it's really nice how easy it is to add a custom logger.
During development in the REPL I sometimes wanted to remove all logging handlers just to have a "clean slate". I think there's a check to not add the same handler twice but with a REPL session my handler function might have changed and glogi might not be able to know that it's intended to replace an existing handler.
Is there a way to remove all handlers for a situation like this?
Thanks 🙌