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.Classes in org.snmp4j.log that implement interfaces with type arguments of type LogAdapterMethods 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.JavaLogFactory.JavaLogAdapterIterator.next()Methods in org.snmp4j.log that return types with arguments of type LogAdapterModifier and TypeMethodDescriptionJavaLogFactory.loggers()LogFactory.loggers()Returns all available LogAdapters in depth first order.Methods in org.snmp4j.log with parameters of type LogAdapterModifier and TypeMethodDescriptionprotected voidJavaLogFactory.addHandler(LogAdapter logAdapter, String handlerName, Map<String, String> handlerConfig) protected voidLogFactory.addHandler(LogAdapter logAdapter, String handlerName, Map<String, String> handlerConfig) protected voidJavaLogFactory.removeAllHandlers(LogAdapter logAdapter) protected voidLogFactory.removeAllHandlers(LogAdapter logAdapter) voidLogFactory.resetLogger(LogAdapter logger) Close all handlers of a logger and set its level tonullif it is not the root logger.voidLogProxy.setLogger(LogAdapter logger) Sets the logger that logs the log messages logged with this proxy.protected voidLogFactory.updateLogger(LogAdapter logAdapter, Map<String, String> loggerConfig) protected voidLogFactory.writeConfiguration(Properties config, LogAdapter logAdapter) protected StringLogFactory.writeConfiguration(Properties config, LogAdapter logAdapter, Object handler) 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) Checks if any of the certificates in the provided array matches the given fingerprint.