Re: Are globs or regular expressions supported in logger names in config files?

Ralph Goers <[email protected]> Thu, 5 Oct 2023 13:43:06 -0700
Newsgroups gmane.comp.jakarta.log4j.user
Message-ID <[email protected]>

> On Oct 5, 2023, at 6:47 AM, Volkan Yazıcı <[email protected]> wrote:
> 
> Wouldn't it be possible to use an arbiter instead? For instance, you can
> use a `ScriptArbiter` that checks the package name, and if matches, passes
> the log event to your appender,

I don’t see how this accomplishes what was asked. Arbiters are evaluated when the configuration is constructed, not when the application is running.

Ralph