- java.lang.Object
-
- org.snmp4j.tools.console.LogControl
-
public class LogControl extends java.lang.ObjectTheLogControltool can be used to control the log levels of agents implementing the SNMP4J-LOG-MIB.Run
java -cp SNMP4J.jar org.snmp4j.tools.console.LogControl helpto get help and command usage.- Since:
- 1.10
- Version:
- 1.10
- Author:
- Frank Fock
-
-
Field Summary
Fields Modifier and Type Field Description static OID[]SNMP4J_LOGGER_OIDS
-
Constructor Summary
Constructors Constructor Description LogControl(java.util.Map<java.lang.String,java.util.List<java.lang.Object>> args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidrun()
-
-
-
Field Detail
-
SNMP4J_LOGGER_OIDS
public static final OID[] SNMP4J_LOGGER_OIDS
-
-