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 TypeClassDescriptionclassTheConsoleLogAdapterprovides simple logging to the console.classTheJavaLogAdapterlog adapter provides logging for SNMP4J through the Java logging (java.util.logging).classALogProxycan be used for late binding loggers.classTheNoLoggerimplements aLogAdapterthat does not perform any logging.Methods in org.snmp4j.log that return LogAdapterModifier and TypeMethodDescriptionprotected LogAdapterConsoleLogFactory.createLogger(Class c) protected LogAdapterConsoleLogFactory.createLogger(String className) protected LogAdapterJavaLogFactory.createLogger(Class c) protected LogAdapterJavaLogFactory.createLogger(String className) protected LogAdapterLogFactory.createLogger(Class c) Creates a Logger for the specified class.protected LogAdapterLogFactory.createLogger(String className) Creates a Logger for the specified class.static LogAdapterGets the logger for the supplied class.static LogAdapterGets 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 TypeMethodDescriptionvoidLogProxy.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 booleanTLSTMUtil.isMatchingFingerprint(X509Certificate[] x509Certificates, OctetString fingerprint, boolean useClientMode, CounterSupport tlstmCounters, LogAdapter logger, Object eventSource)