- java.lang.Object
-
- org.snmp4j.tools.console.LogControl
-
public class LogControl extends java.lang.Object
TheLogControl
tool 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 help
to 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 void
main(java.lang.String[] args)
void
run()
-
-
-
Field Detail
-
SNMP4J_LOGGER_OIDS
public static final OID[] SNMP4J_LOGGER_OIDS
-
-