abi
abi14mo ago

Logger names and prefixes

Is there any obvious way on how to configure std/log so that loggers named my-prefix/foo/bar and my-prefix/hello/world attach to the same handlers automatically? In other words, can I configure logger handlers based on logger name prefix?
1 Reply
abi
abi14mo ago
I don't think it is possible. Could anyone recommend me a different logger module? I kind of need this functionality.