[ 
https://issues.apache.org/jira/browse/LOG4J2-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13711610#comment-13711610
 ] 

Woonsan Ko edited comment on LOG4J2-313 at 7/17/13 8:56 PM:
------------------------------------------------------------

Hi,

I've just attached a patch (jndi-lookup-plugin.patch) to provide built-in JNDI 
resource Lookup plugin with unit tests.
Please take a review.

Cheers,

Woonsan
                
      was (Author: woon_san):
    Hi,

I've just uploaded a patch to provide built-in JNDI resource Lookup plugin with 
unit tests.
Please take a review.

Cheers,

Woonsan
                  
> JNDI Lookup plugin support
> --------------------------
>
>                 Key: LOG4J2-313
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-313
>             Project: Log4j 2
>          Issue Type: New Feature
>            Reporter: Woonsan Ko
>             Fix For: 2.0-beta9
>
>         Attachments: jndi-lookup-plugin.patch
>
>
> Currently, Lookup plugins [1] don't support JNDI resources.
> It would be really convenient to support JNDI resource lookup in the 
> configuration.
> One use case with JNDI lookup plugin is as follows:
>   I'd like to use RoutingAppender [2] to put all the logs from the same web 
> application context in a log file  (a log file per web application context).
> And, I want to use JNDI resources look up to determine the target route 
> (similarly to JNDI context selector of logback [3]).
> Determining the target route by JNDI lookup can be advantageous because we 
> don't have to add any code to set properties for the thread context and JNDI 
> lookup should always work even in a separate thread without copying thread 
> context variables.
> [1] http://logging.apache.org/log4j/2.x/manual/lookups.html
> [2] http://logging.apache.org/log4j/2.x/manual/appenders.html#RoutingAppender
> [3] http://logback.qos.ch/manual/contextSelector.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to