[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Stop logging error logs on to Error log file under Logs folder

  • Thread starter Thread starter markmazelin
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top