M
markmazelin
Guest
When you implement a custom trace listener using the following directions, the errors are no longer written to the local files. www.progress.com/.../tutorial-create-and-enable-a-custom-trace-listener In the SentryConfigurator() call in the Installer class, you can send in an array of the log types (ConfigurationPolicy enums) that you want to handle. For instance, I'm handling just the Trace and ErrorLog ones. In the trace listener class, you will implement a LogMessage() method that can can your custom service.
Continue reading...
Continue reading...