snmpdLog( )

NAME

snmpdLog( ) - log messgaes from the SNMP agent

SYNOPSIS

void snmpdLog 
    ( 
    int     level,  /* level of this message */ 
    char *  string  /* message string        */ 
    )

DESCRIPTION

This routine logs messages generated by the SNMP agent. Messages are sent to the standard console. If level is less than or equal to SNMP_TRACE_LEVEL (in configAll.h), the message is printed, otherwise it is ignored. The value of level must be one of 1, 2, or 3.

RETURNS

N/A

SEE ALSO

snmpdLib