Hi Dojo,
I'm building some Low Code Apps and need a way to log information for debugging purposes, providing additional information, etc.
Not sure if there already something that I can reuse? If not, I'm eager to build something myself, but I'm looking for some best practices input since I can think of a few approaches to make this available:
- store logging in logger tables (make use of aliases for each application)
- store the data in separate files (like done for the SRM framework)
- make the data for each application individually available in DOM
- create 1 DOM module for logging purposes
Jens,
What is done in SRM has few drawbacks, due to the fact that it requires a shared folder accessible from all DMAs of a cluster.
There is also a LogHelper API available (RN26434) ; however there is no UI to visualize log records. You could of course implement an ad-hoc data source to retrieve them.