hi govardhana ,
{code}
DOMConfigurator config = new DOMConfigurator();
        config.doConfigure(LogUtil.class.getResourceAsStream( //log4j.xml ),
//org.apache.log4j.Hierarchy );
{code}
this code is used to initialize log4j.xml, to initilize logback.xml
just put your logback.xml on claspath , it will be aoutomatically
configured.


Cheers
praveen


On Tue, Jun 4, 2013 at 1:03 PM, Govardhana <[email protected]> wrote:

> Hi Ceki,
>
> Thanks for quick response!
>
> whether we will get the loggers info of provided logger (logback.xml) or
> some other also ?
>
> Another question:
> below snippet by using Log4j:
>         DOMConfigurator config = new DOMConfigurator();
>         config.doConfigure(LogUtil.class.getResourceAsStream( //log4j.xml
> ),
> //org.apache.log4j.Hierarchy );
>
> By using logback , i can use "JoranConfigurator" or any other..please
> suggest.
>
> Regards,
> Govardhana
>
>
>
> --
> View this message in context:
> http://logback.10977.n7.nabble.com/How-to-get-list-of-configured-loggers-tp12419p12421.html
> Sent from the Users mailing list archive at Nabble.com.
> _______________________________________________
> Logback-user mailing list
> [email protected]
> http://mailman.qos.ch/mailman/listinfo/logback-user
>
_______________________________________________
Logback-user mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-user

Reply via email to