[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to use OpenEdge.Logging component?

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The logging component is intended to work on any ABL client. There are some defaults that are established differently dependeing on the client type. (a) "filterName" should be "name" for the filter names. You should see errors in the session temp-dir (-T) in a file called loggerbuilder.log . (b) You can potentially add a filter that converts a LogEvent and/or its LogMessage into JSON and sends that to a network location. I did a talk on extending the logger component earlier this year, and there's a demo on sending log events to an ELK stack; that demo code is at github.com/.../abl-logging-demo .

Continue reading...
 
Status
Not open for further replies.
Back
Top