Output messages to Unix syslog
I have a trigger on a table which generates messages to an external audit log using UTL_FILE. I've been asked to send those messages to the Unix syslog facility instead. I've browsed the PL/SQL Packages doc and don't see anything that can output to syslog. Any suggestions on how I might accomplish this? Thanks.