Re: NTEventLogAppender not working

2007-03-20 Thread Ruben Gonzalez
THANKS A LOT I replaced NTEventLogAppender.dll and it worked fine! The dll was not working properly. Thanks again for your help! 2007/3/19, Curt Arnold [EMAIL PROTECTED]: On Mar 19, 2007, at 10:14 AM, Ruben Gonzalez wrote: I cannot update the dll and the jar file because it's a

RE: java.lang.NoSuchFieldError: level

2007-03-20 Thread andrei.lenkei
Hi, I'm using the following: Windows XP WindRiver Workbench 2.5 JDK_1.5.0_6 Log4j-1.2.13.jar I have an application that uses log4j together with a multitude of proprietary and third-party packages. Everything compiles fine but I try to run I get an error during the initialzation of the static

Separate log file for each session

2007-03-20 Thread Dmitri Pissarenko
Hello! I have a desktop Java application and want that it has a separate file for each session. That is, every time time the application launches, a log file should be generated, whose name has following structure: xyz-log--MM-DD-HH-mm-SS.log where is year, MM - month, DD - day, HH

Re: Separate log file for each session

2007-03-20 Thread Dmitri Pissarenko
Thanks!

Log4j Date logging issue

2007-03-20 Thread Visvanathan, Meenakshi
Hi, We use log4j.jar to log our application's debug statements. Debug() and error() methods of Category class is used for logging. In the recent past, the System time was upgraded for US 2007 DST changes. After this change, Log4j %d shows the date like, 2007-03-18 23:01:14,909, when the