Module org.snmp4j
Package org.snmp4j.log
-
Interface Summary Interface Description LogAdapter TheLogAdapterspecifies the logging interface used by SNMP4J. -
Class Summary Class Description ConsoleLogAdapter TheConsoleLogAdapterprovides simple logging to the console.ConsoleLogFactory TheConsoleLogFactoryimplements a SNMP4J LogFactory for system out.JavaLogAdapter TheJavaLogAdapterlog adapter provides logging for SNMP4J through the Java logging (java.util.logging).JavaLogFactory TheJavaLogFactoryimplements a SNMP4J LogFactory for Java logging.LogFactory TheLogFactorysingleton is used by SNMP4J to determine the logging framework used to process SNMP4J log messages.LogLevel LogProxy ALogProxycan be used for late binding loggers.NoLogger TheNoLoggerimplements aLogAdapterthat does not perform any logging.