Discussion:
Windows Event Log
Rene Heinze
2011-03-09 09:13:54 UTC
Permalink
Hello,

IŽm using a Java Applications that uses Log4J for logging. There is a "Init
Logge"r and a "Audit Logger" configured. Each logger is configured to send
the logs to the Windows Event Log. With my current configuration both
loggers log into the Application Event Log. Besites the build in
Application, Security and System Audit Log I created a Audit and Service
Event Log.

Here is my question. Is it possible to have the Init Logger log into a self
created Service Event Log and to have the Audit Event Log into a self
created Audit Event Log?


Best,


René
dB.
2011-04-17 21:15:19 UTC
Permalink
Check out http://log4jna.codeplex.com, I think it does that.

-----Original Message-----
From: Rene Heinze [mailto:***@gmail.com]
Sent: Wednesday, March 09, 2011 4:14 AM
To: log4j-***@logging.apache.org
Subject: Windows Event Log

Hello,

I´m using a Java Applications that uses Log4J for logging. There is a "Init Logge"r and a "Audit Logger" configured. Each logger is configured to send the logs to the Windows Event Log. With my current configuration both loggers log into the Application Event Log. Besites the build in Application, Security and System Audit Log I created a Audit and Service Event Log.

Here is my question. Is it possible to have the Init Logger log into a self created Service Event Log and to have the Audit Event Log into a self created Audit Event Log?


Best,


René

Continue reading on narkive:
Loading...