M
Mike Fechner
Guest
We are using a static class to extend the LOG-MANAGER. LOG-MANAGER:WRITE-MESSAGE’s most annoying feature is that it generates a warning when there is no logfile on the client. LOG-MANAGER:WRITE-MESSAGE lacks the ability to have custom logging subsystems that you may turn on and off at runtime. Plus we needed the ability to turn on various log-entry-types + application logging subsystems from the client for AppServer requests from a specific client – in case you want to monitor what’s happening on the AppServer for specific clients. Plus a few additional API’s, like logging a buffer content (all fields), integrated substitute, etc…
Continue reading...
Continue reading...