Re: What appender to use for development?

2001-08-09 Thread BillWorker 2i Development Team
Thomas Tuft Muller wrote: > If not, I have one written in Java. If you want the code you can have it. That sounds nice. Can you mail me the code! Regards, Ashish - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

RE: What appender to use for development?

2001-08-09 Thread Thomas Tuft Muller
| Currently we log everything to a file and "tail -f" that file, | but it's not | always very practical (Windows equivalent of "tail -f"?). Use Cygwin or I'm sure you can find a tail-version for win32 somewhere. If not, I have one written in Java. If you want the code you can have it. Another

RE: What appender to use for development?

2001-08-09 Thread Alain RAVET
Responding to Renaud Waldura (jeudi 9 août 2001 03:23) >>What appender/layout combination do you use during development? Renaud, I used to use the FileAppender, and tailf it with "follow" (http://sourceforge.net/projects/follow/) Now, I use "chainsaw" : free, nice, simple. (htt

Re: What appender to use for development?

2001-08-08 Thread Christopher Taylor
/debugview.shtml) application to view the output of OutputDebugString. - Original Message - From: "Renaud Waldura" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 10:22 AM Subject: What appender to use for development? > Dear Log4J Users,

What appender to use for development?

2001-08-08 Thread Renaud Waldura
Dear Log4J Users, What appender/layout combination do you use during development? Currently we log everything to a file and "tail -f" that file, but it's not always very practical (Windows equivalent of "tail -f"?). I've looked into logging the NT event viewer, but I cannot say I'm thrilled abou