RE: Logging Event

2005-11-29 Thread Bender Heri
The specifier t within the layout pattern renders the thread name to the output. I dont know how to output the thread ID. what do you mean by some other information? You can put some values into the MDC before calling a logging function. Within the layout you can render this values again:

RE: Logging Event

2005-11-29 Thread Armstrong, Timothy
, 29 November 2005 11:24 PM To: Log4J Users List Subject: RE: Logging Event The specifier t within the layout pattern renders the thread name to the output. I dont know how to output the thread ID. what do you mean by some other information? You can put some values into the MDC before calling

Re: Logging Event

2005-11-29 Thread George Sebastian
Hi, My is application is something like this I have some components as the part of it and all the components works in a single process but may be different threads. And I want all the components to log to a single file. So in the single file I shuld get a component name as well so that i can