Uses of Interface
org.snmp4j.log.LogAdapter
Packages that use LogAdapter
-
Uses of LogAdapter in org.snmp4j.log
Classes in org.snmp4j.log that implement LogAdapterModifier and TypeClassDescriptionclass
TheConsoleLogAdapter
provides simple logging to the console.class
TheJavaLogAdapter
log adapter provides logging for SNMP4J through the Java logging (java.util.logging
).class
ALogProxy
can be used for late binding loggers.class
TheNoLogger
implements aLogAdapter
that does not perform any logging.Methods in org.snmp4j.log that return LogAdapterModifier and TypeMethodDescriptionprotected LogAdapter
ConsoleLogFactory.createLogger
(Class c) protected LogAdapter
ConsoleLogFactory.createLogger
(String className) protected LogAdapter
JavaLogFactory.createLogger
(Class c) protected LogAdapter
JavaLogFactory.createLogger
(String className) protected LogAdapter
LogFactory.createLogger
(Class c) Creates a Logger for the specified class.protected LogAdapter
LogFactory.createLogger
(String className) Creates a Logger for the specified class.static LogAdapter
Gets the logger for the supplied class.static LogAdapter
Gets the logger for the supplied class name.LogProxy.getLogger()
Gets the proxied logger.ConsoleLogFactory.getRootLogger()
JavaLogFactory.getRootLogger()
LogFactory.getRootLogger()
Returns the top level logger.Methods in org.snmp4j.log with parameters of type LogAdapterModifier and TypeMethodDescriptionvoid
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 -
Uses of LogAdapter in org.snmp4j.transport.tls
Methods in org.snmp4j.transport.tls with parameters of type LogAdapterModifier and TypeMethodDescriptionstatic boolean
TLSTMUtil.isMatchingFingerprint
(X509Certificate[] x509Certificates, OctetString fingerprint, boolean useClientMode, CounterSupport tlstmCounters, LogAdapter logger, Object eventSource)