Antwort: Re: chainsaw v2

2003-12-08 Thread Ulrich . Kleeberger
hi paul, sometimes because of the lack of coffee i hit accidently the cross of the right upper corner of the window. so i thought it would be nice to be asked if i want to exit. the suggestion with the global settings would be a good thing. ciao uli

chainsaw v2

2003-12-08 Thread Ulrich . Kleeberger
hi paul and scott, is it possible to implement a dialog to confirm that the user wants to exit der chainsaw v2 app (perhaps an JOptionPane)? servus uli - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Antwort: FW: chainsaw v2

2003-12-04 Thread Ulrich . Kleeberger
tonight i will try it out. thanks paul. Paul Smith

Antwort: RE: chainsaw v2

2003-12-04 Thread Ulrich . Kleeberger
hi paul, i mean if you point besides the tab where no tab is you could also click the right button and the context menu appears. and then if you choose hide it hides the most right one. its very complicated for me to express that in english, sorry :-( ciao uli

chainsaw v2

2003-12-04 Thread Ulrich . Kleeberger
hi paul, yesterday i tested the changes you made. the custom timestamp format is exactly what i was looking for. well done. another cool feature would be : if you select more than on receiver in the receiver panel and you press the stop button, all the selected receivers have to stop. it is not a

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

2003-12-03 Thread Ulrich . Kleeberger
that would be great. have a nice day or night? servus uli Paul Smith

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 don

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

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 -

Antwort: RE: Resolution: How stable is Chainsaw 2?

2003-12-02 Thread Ulrich . Kleeberger
i have made the same experience with chainsaw v2. i am using it with 1.2.8 and i dont have problems. Paul Smith

Antwort: Re: Antwort: configure and watch log4j.xml

2003-09-30 Thread Ulrich . Kleeberger
i dont think so. but i am not 100% sure. Nathan Coast

Antwort: configure and watch log4j.xml

2003-09-30 Thread Ulrich . Kleeberger
hi, DOMConfigurator.configureAndWatch( ) is what you are looking for. Nathan Coast

Antwort: RE: Specifying log file location when moving from development toproduction

2003-07-03 Thread Ulrich . Kleeberger
sorry typo : log4j.appender.daily.File=${catalina.home}/logs/myFile.txt [EMAIL PROTECTED]

Antwort: RE: Specifying log file location when moving from development toproduction

2003-07-03 Thread Ulrich . Kleeberger
hi wendy, have you tried this : log4j.appender.daily.File==${catalina.home}/logs/myFile.txt uli Wendy Smoak

Antwort: disableAll()

2002-12-03 Thread Ulrich . Kleeberger
try this : Logger.getRootLogger.setLevel( Level.OFF ) i think that should turn off logging. Leos Literak

Antwort: log4jproperties: file size

2002-09-20 Thread Ulrich . Kleeberger
hi milena, you can use a DailyRollingFileAppender instead. In the datePattern you can customize the rolling schedule. hope this helps.

Antwort: RE: Antwort: RE: Antwort: RE: How to view log remotely using log4j

2002-08-18 Thread Ulrich . Kleeberger
perhaps you can add a FileAppender and for that Appender the HTMLLayout. Then the generated File must be accessible via Browser through the webserser. The disadvantage is that you must always reload the File through your browser. You never see in realtime whats going on.

Antwort: RE: Antwort: RE: How to view log remotely using log4j

2002-08-18 Thread Ulrich . Kleeberger
hi yoav, you're right. chainsaw ist probably the better choice for this case. "Shapira,

Antwort: RE: How to view log remotely using log4j

2002-08-16 Thread Ulrich . Kleeberger
i think you can use the TelnetAppender. attach it to the category from which you like to see the logging. with any telnet client you can connect to the server and see logging in real time.

Antwort: Problem with Logger and serialization

2002-08-09 Thread Ulrich . Kleeberger
static and transient members dont get serialized. so you have to install log4j on the serverside. wenn the object is deserilized on the serverside the static Logger logger get initialized.