I have set up a configuration file using Log4j so that errors are logged
to Windows Event Viewer using NTEventLogAppender.

In Windows Event Viewer the categories are currently being recorded as
10001,20001,30001 etc where 10001 represents debug, 20001 represents
info, 30001 represents warn and 40001 represents error. Is it possible
to change it so that the category says debug rather than 10001, info
rather than 20001 etc.?

Also the Event ID in Windows Event Viewer is always recorded as 4096.
>From what I've read on the internet is seems that it is not possible to
change this Event ID using log4j at the moment. Is that still the case?

Thank you,
Elaine White

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to