SnmpSvcSetLogLevel
This function adjusts the level of detail of the debug output from the SNMP service and from SNMP extension agents using the SnmpUtilDbgPrint function.
DWORD SnmpSvcSetLogLevel(
INT nLogLevel
);
Parameters
- nLogLevel
Specifies a signed integer variable that indicates the level of detail of the debug output from the SnmpUtilDbgPrint function. This parameter can be one of the following values.Value Description SNMP_LOG_SILENT Disable all debugging output. SNMP_LOG_FATAL Display fatal errors only. SNMP_LOG_ERROR Display recoverable errors. SNMP_LOG_WARNING Display warnings and recoverable errors. SNMP_LOG_TRACE Display trace information. SNMP_LOG_VERBOSE Display verbose trace information.
Return Values
This function has no return values.
Remarks
Extension agents are encouraged to use the SnmpSvcSetLogType and SnmpSvcSetLogLevel functions during development to adjust the output of debugging information. Extension agents can integrate the information with the debug output from the SNMP service.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Snmp.h.
Link Library: Snmpapi.lib.
See Also
SnmpUtilDbgPrint | SnmpSvcSetLogType
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.