Module org.snmp4j
Package org.snmp4j.log
-
Interface Summary Interface Description LogAdapter TheLogAdapter
specifies the logging interface used by SNMP4J. -
Class Summary Class Description ConsoleLogAdapter TheConsoleLogAdapter
provides simple logging to the console.ConsoleLogFactory TheConsoleLogFactory
implements a SNMP4J LogFactory for system out.JavaLogAdapter TheJavaLogAdapter
log adapter provides logging for SNMP4J through the Java logging (java.util.logging
).JavaLogFactory TheJavaLogFactory
implements a SNMP4J LogFactory for Java logging.LogFactory TheLogFactory
singleton is used by SNMP4J to determine the logging framework used to process SNMP4J log messages.LogLevel LogProxy ALogProxy
can be used for late binding loggers.NoLogger TheNoLogger
implements aLogAdapter
that does not perform any logging.