org.snmp4j.tools.console
Class LogControl

java.lang.Object
  extended by org.snmp4j.tools.console.LogControl

public class LogControl
extends java.lang.Object

The LogControl 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
static OID[] SNMP4J_LOGGER_OIDS
           
 
Constructor Summary
LogControl(java.util.Map args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SNMP4J_LOGGER_OIDS

public static final OID[] SNMP4J_LOGGER_OIDS
Constructor Detail

LogControl

public LogControl(java.util.Map args)
Method Detail

run

public void run()

main

public static void main(java.lang.String[] args)

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.