Method to log to SYSLOG

gfried

New Member
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.
 
Back
Top