SnmpUtilDbgPrint

The SnmpUtilDbgPrint function enables debugging output from the SNMP service.

VOID SnmpUtilDbgPrint(
INT nLogLevel, 
LPSTR szFormat );

Parameters

  • nLogLevel
    Specifies a signed integer variable that indicates the level of detail of the log event. 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.
  • szFormat
    Pointer to a null-terminated format string that is similar to the standard C library function printf.

Return Values

This function has no return values.

Remarks

Extension agents are encouraged to use this function during development to enable debug output from the SNMP service.

Use theSnmpSvcSetLogLevel function to set the level of detail of the debug output from the SNMP service or from an extension agent's call to the SnmpUtilDbgPrint function. Call the SnmpSvcSetLogType function to specify the destination for the debug output.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 and later Snmp.h   Snmpapi.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

SnmpSvcSetLogLevel, SnmpSvcSetLogType

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.