qos-ch / logback

The reliable, generic, fast and flexible logging framework for Java.

Home Page:http://logback.qos.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow alternative ways to specify contextselector

rsandidfc opened this issue · comments

Pull request #671 allows the system environment or a JNDI variable to choose an alternate ContextSelector. This allows the use of JEE deployment descriptors to choose an alternative selector. Consider two JEE applications deployed in the same container that want to use different selectors. This very trivial code update enables this capability