How can i built a java application using java debug class on

2006-08-24 Thread debasis
Hi, As java API support the MethodEntryEvent, using which I can get the automatic logging statements when the method is entered or exited as HelloExample.main(with argument type). Where HelloExample is the class name. Main is the method entered with its argument types. In some cases I have the

RE: NTEventLogAppender Usage for Custom Event Log Reporting

2006-08-24 Thread Bender Heri
set the property source to the name of your custom event log. Be sure, the very same name is also entered in registry (see WinHelp OpenEventLog() ). I never dealt with own defined event logs. Heri > -Original Message- > From: Amit Pathak [mailto:[EMAIL PROTECTED] > Sent: Thursday, August

RE: NTEventLogAppender Usage for Custom Event Log Reporting

2006-08-24 Thread Amit Pathak
Thanks for replying. I am already using NTEventLogAppender for logging to Event logs. But the problem is that by default all my logs appear in "Application" Event log and I want to send my logs to a Custom created Event log of my own. Can you help in this regards ? Thanks and Best Regards, Amit Pa

RE: chainsaw: multiple VFSLogFilePatternReceiver issue

2006-08-24 Thread Scott Deboy
Plugins have a 'name' attribute (on the plugin node) and a 'name' param. These two values should match, and be unique for each plugin entry in the config file. I can't think of a reason why we need to have to specify the name twice on each plugin...I'll add this to bugzilla. Scott -Origin

RE: NTEventLogAppender Usage for Custom Event Log Reporting

2006-08-24 Thread Bender Heri
Use one of the various delivered Appenders (File, SMTP, DB, ...) or derive your own Appender from the AppenderSkeleton. Heri > -Original Message- > From: Amit Pathak [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 24, 2006 11:13 AM > To: log4j-user@logging.apache.org > Subject: NTEvent

chainsaw: multiple VFSLogFilePatternReceiver issue

2006-08-24 Thread Bruno Cosnefroy
Hi, I use multiple VFSLogFilePatternReceivers to view remote log files in chainsaw. When I configure the receivers in the chainsaw UI by right-clicking on Receivers -> New receiver, it works and I can see all my receivers in the receiver panel. However, when I use a config file (defined in the

NTEventLogAppender Usage for Custom Event Log Reporting

2006-08-24 Thread Amit Pathak
Hi, I am using log4j in a project. I wish to use it for sending my logs to some Custom Event Log instead of sending it by default to the "Application" log. Can anyone help in this regards. Thanks and Best Regards, Amit Pathak