Uses of Interface
org.snmp4j.log.LogAdapter
-
Packages that use LogAdapter Package Description org.snmp4j.log -
-
Uses of LogAdapter in org.snmp4j.log
Classes in org.snmp4j.log that implement LogAdapter Modifier and Type Class Description class
ConsoleLogAdapter
TheConsoleLogAdapter
provides simple logging to the console.class
JavaLogAdapter
TheJavaLogAdapter
log adapter provides logging for SNMP4J through the Java logging (java.util.logging
).class
LogProxy
ALogProxy
can be used for late binding loggers.class
NoLogger
TheNoLogger
implements aLogAdapter
that does not perform any logging.Methods in org.snmp4j.log that return LogAdapter Modifier and Type Method Description protected LogAdapter
ConsoleLogFactory. createLogger(java.lang.Class c)
protected LogAdapter
ConsoleLogFactory. createLogger(java.lang.String className)
protected LogAdapter
JavaLogFactory. createLogger(java.lang.Class c)
protected LogAdapter
JavaLogFactory. createLogger(java.lang.String className)
protected LogAdapter
LogFactory. createLogger(java.lang.Class c)
Creates a Logger for the specified class.protected LogAdapter
LogFactory. createLogger(java.lang.String className)
Creates a Logger for the specified class.static LogAdapter
LogFactory. getLogger(java.lang.Class c)
Gets the logger for the supplied class.static LogAdapter
LogFactory. getLogger(java.lang.String className)
Gets the logger for the supplied class name.LogAdapter
LogProxy. getLogger()
Gets the proxied logger.LogAdapter
ConsoleLogFactory. getRootLogger()
LogAdapter
JavaLogFactory. getRootLogger()
LogAdapter
LogFactory. getRootLogger()
Returns the top level logger.LogAdapter
JavaLogFactory.JavaLogAdapterIterator. next()
Methods in org.snmp4j.log that return types with arguments of type LogAdapter Modifier and Type Method Description java.util.Iterator<LogAdapter>
JavaLogFactory. loggers()
java.util.Iterator<LogAdapter>
LogFactory. loggers()
Returns all available LogAdapters in depth first order.Methods in org.snmp4j.log with parameters of type LogAdapter Modifier and Type Method Description void
LogProxy. setLogger(LogAdapter logger)
Sets the logger that logs the log messages logged with this proxy.Constructors in org.snmp4j.log with parameters of type LogAdapter Constructor Description LogProxy(LogAdapter logger)
-