Module org.snmp4j.agent
Package org.snmp4j.agent.mo.snmp4j
Class Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
- java.lang.Object
-
- org.snmp4j.agent.mo.snmp4j.Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum
-
- Enclosing class:
- Snmp4jLogMib
public static final class Snmp4jLogMib.Snmp4jLogLoggerToHandlerThresholdEnum extends Object
-
-
Constructor Summary
Constructors Constructor Description Snmp4jLogLoggerToHandlerThresholdEnum()
-
-
-
Field Detail
-
notSpecified
public static final int notSpecified
- See Also:
- Constant Field Values
-
off
public static final int off
- See Also:
- Constant Field Values
-
all
public static final int all
- See Also:
- Constant Field Values
-
trace
public static final int trace
- See Also:
- Constant Field Values
-
debug
public static final int debug
- See Also:
- Constant Field Values
-
info
public static final int info
- See Also:
- Constant Field Values
-
warn
public static final int warn
- See Also:
- Constant Field Values
-
error
public static final int error
- See Also:
- Constant Field Values
-
fatal
public static final int fatal
- See Also:
- Constant Field Values
-
-