Issue with creating new hierarchy of loggers

2006-01-03 Thread George Sebastian
Hi , I want to create a new Hierarchy of loggers and I am doing something like this private static Hierarchy h =new Hierarchy(new RootLogger(Level.DEBUG)); Logger logger =h.getLogger (XX.class.getName ()); PropertyConfigurator.configure(xx.properties); How do i need to put in the

Re: Issue with creating new hierarchy of loggers

2006-01-03 Thread George Sebastian
itself. On 1/3/06, George Sebastian [EMAIL PROTECTED] wrote: Hi , I want to create a new Hierarchy of loggers and I am doing something like this private static Hierarchy h =new Hierarchy(new RootLogger(Level.DEBUG )); Logger logger =h.getLogger (XX.class.getName

Defining new Hierarchy of logger

2005-12-19 Thread George Sebastian
Hi , I want to create a new Hierarchy of loggers and I am doing something like this private static Hierarchy h =3D new Hierarchy(new RootLogger(Level.DEBUG)); Logger logger =3D h.getLogger (XX.class.getName()); PropertyConfigurator.configure(xx.properties); How do i need to put in the

Creating a new Hierarchy of Logger

2005-12-15 Thread George Sebastian
Hi , I want to create a new Hierarchy of loggers and I am doing something like this private static Hierarchy h = new Hierarchy(new RootLogger(Level.DEBUG)); Logger logger = h.getLogger (XX.class.getName()); PropertyConfigurator.configure(xx.properties); How do i need to put in the

Putting additional info in LoggingEvent

2005-12-01 Thread George Sebastian
LoggingEvent to put my own custom event or so Please help Thanks -George Sebastian

Re: Putting additional info in LoggingEvent

2005-12-01 Thread George Sebastian
- From: George Sebastian [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 3:02 PM To: log4j-user@logging.apache.org Subject: Putting additional info in LoggingEvent Hi I have a requirement for the detailed logging of an application. And my application consist

Logging Event

2005-11-29 Thread George Sebastian
Hi , In my application i need to get some more information in the LoggingEvent for e.g thread id along with thread name and some other information as well. Do I need to extend log4j for this and create new Event to be passed? Please help -George S

Re: Logging Event

2005-11-29 Thread George Sebastian
- From: George Sebastian [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 11:52 AM To: log4j-user@logging.apache.org Subject: Logging Event Hi , In my application i need to get some more information in the LoggingEvent for e.g thread id along with thread name