|
From: Dave S. <D.T...@cs...> - 2001-02-27 15:21:11
|
> What functions have to be use to make the subagent produce log messages=
?
snmp_log()
For example (from snmpd.c):
/* we're up, log our version number */
snmp_log(LOG_INFO, "UCD-SNMP version %s\n", VersionInfo);
Dave
|