Re: how to change log label at the run time

2009-12-12 Thread vijay shanker
You are right joerg. I am doing so. Thanks for the help. I will update here to my findings. Regards, Vijay Shanker Dubey On Sun, Dec 13, 2009 at 12:22 AM, Jörg Schaible wrote: > Hi Vijay, > > vijay shanker wrote: > > > Hi joerg; > > > > I am using log4j as log4j as log implementation. > > Thi

Re: how to change log label at the run time

2009-12-12 Thread Jörg Schaible
Hi Vijay, vijay shanker wrote: > Hi joerg; > > I am using log4j as log4j as log implementation. This is fine. > Can you suggest any thing relevant to my situation and requirement Well, you will have to consult the Log4J documentation for this. - Jörg --

Re: how to change log label at the run time

2009-12-10 Thread vijay shanker
Hi joerg; I am using log4j as log4j as log implementation. Can you suggest any thing relevant to my situation and requirement Regards, Vijay Shanker Dubey Ph: +91-9818311884 2009/12/11 Jörg Schaible > Hi Vijay, > > vijay shanker wrote at Freitag, 11. Dezember 2009 07:07: > > > Hi all > > >

Re: how to change log label at the run time

2009-12-10 Thread Jörg Schaible
Hi Vijay, vijay shanker wrote at Freitag, 11. Dezember 2009 07:07: > Hi all > > I am using commons-logging with aspectj. > > Once I created a log object by below code > > > private Log log = LogFactory.getLog(LoggingAspect.class); > > > When i print log with this object; i g

how to change log label at the run time

2009-12-10 Thread vijay shanker
Hi all I am using commons-logging with aspectj. Once I created a log object by below code private Log log = LogFactory.getLog(LoggingAspect.class); When i print log with this object; i get output like 2009-12-11 11:31:41,558 INFO [LoggingAspect] com.stpl.pocs.logs.B