vote up 7 vote down star
1

Can you recommend what I should be using to do that?

flag

25% accept rate

2 Answers

vote up 15 vote down check

Log4J with this

http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/nt/NTEventLogAppender.html

link|flag
Log4J is a good choice because your code doesn't get coupled to the underlying logging target and its easily configured through XML. – bmatthews68 Oct 2 '08 at 22:52
vote up 4 vote down

Back in 2001 JavaWorld published an article on how to write messages to the Windows NT Event Log. Or, you can take a look at the Log4j NTEventLogAppender class.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.