Has anyone dealt with the requirement of using the local syslog to create an audit trail? I'm trying to avoid calling the shell to run "logger" every time we need to log an event.
You don't mention your OS or Progress version but assuming a relatively modern UNIX and version 9 or better you could call syslog() directly from the 4GL.
The 4GL supports external shared libraries (aka DLLs) on Unix starting with version 9.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.