Closed rofinn closed 5 years ago
@rofinn Has this been solved with the recursive
kwarg?
I think recursive
works well enough. I'd still be curious about how the inheritance approach would play out, but I don't have any intention of implementing that anytime soon. Close and re-open later if I want to tackle it.
It might be trying to have loggers inherit their log level from their parents. This would mean that doing
Memento.config("info")
would automatically set all subloggers to "info". It looks like there is a lisp package that does this... and can handle multiple parents. I'll take a look at how this is implemented and whether Memento can do something similar.http://quickdocs.org/a-cl-logger/
I'll note that one of the criticisms of this library is that it is one of the slowest lisp logging libraries.