RE: commons.logging and log4j configureAndWatch

2003-12-02 Thread Martin Flower
Thank you very much for this information. == Martin -Original Message- From: Mark Womack [mailto:[EMAIL PROTECTED] Sent: 01 December 2003 18:35 To: 'Log4J Users List' Subject: RE: commons.logging and log4j configureAndWatch Hi Martin, There is no such functionality available in

timestamp in chainsaw v2

2003-12-02 Thread Ulrich . Kleeberger
hi guys, what i am missing in chainsaw v2 is the possibility to define the timestamp mask. in the log panel preferences you can only specify three different timestamp masks. is there any way to define your own timestamp mask like dd.MM. HH:mm:ss or am i missing something? servus uli

additivity trouble

2003-12-02 Thread ahmed . alami-prestataire
Hello everybody, I'm using a root category for all the logs and i want to exclude a class from these logs, here is my log4j.properties file log4j.rootCategory=INFO, console log4j.appender.console=org.apache.log4j.ConsoleAppender log4j.appender.console.layout=org.apache.log4j.PatternLayout

RE: timestamp in chainsaw v2

2003-12-02 Thread Paul Smith
At this stage there is no way to do it via the GUI, but we do have plans to add this feature before release. Internally this is how it is accomplished, but we decided to initially have a few likely options as simple choices. there will definately be a custom option. Maybe I can slip this

RE: additivity trouble

2003-12-02 Thread Paul Smith
You have attached the console appender to the logger you wish to ignore, in this line: log4j.category.fr.MyClass=INFO, console This means that any INFO message for that logger will go to the console appender, which really means that this entry is redundant. What I think you want is to modify

Antwort: RE: timestamp in chainsaw v2

2003-12-02 Thread Ulrich . Kleeberger
cool. thanks. another feature i think would be useful could be: right click on the tab would open a context dialog where you could close the tab. the same function as you would : View-Display Tabs-... by the way : chainsaw v2 is awesome

log output appended to JBOSS's logs

2003-12-02 Thread publio tapia
Hi, I triying to get a new appenders in order to get new tidy and well organized logging in my project. I encountered the problem that my output was appended onto the end of JBoss' logs format. How could I avoid it? The result is quite annoying.It does not matter what for a level I

Re: Antwort: RE: timestamp in chainsaw v2

2003-12-02 Thread Paul Smith
another feature i think would be useful could be: right click on the tab would open a context dialog where you could close the tab. the same function as you would : View-Display Tabs-... Ulrich, this feature also managed to get done today. Right click on a tab to see the popup. The old

Antwort: Re: Antwort: RE: timestamp in chainsaw v2

2003-12-02 Thread Ulrich . Kleeberger
cool, thanks Paul. tonight i will take look at it and let you know. another feature which comes to my mind : double click on the border line between two columns sizes the column to its optimal width. like in excel. i have problems to describe this behaviour in english, so ask me again if you