On Thu, Apr 30, 2009 at 02:20:38PM -0700, Jordan Brown wrote: > Best is to arrange that the file can always be dynamically generated. As > it stands, the message handling mechanism makes that awkward. It looks > like you have three choices: accept rpcgen's undocumented error handling, > use -L and accept its syslog use, or use -L and interpose on syslog. None > of those give me warm fuzzy feelings; I'd like more direct control.
There's one more option: let it use syslog(), but instead of interposing use a macro to force the use of the application's error handling function (with same prototype as syslog()). Nico --