Uses of Interface
org.snmp4j.log.LogAdapter
Packages that use LogAdapter
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
Provides transport protocol mappings for SNMP.
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of LogAdapter in org.snmp4j
Fields in org.snmp4j declared as LogAdapterModifier and TypeFieldDescriptionprivate static final LogAdapterMessageDispatcherImpl.loggerprivate static final LogAdapterSnmp.logger -
Uses of LogAdapter in org.snmp4j.cfg
Fields in org.snmp4j.cfg declared as 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.Fields in org.snmp4j.log declared as 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.mp
Fields in org.snmp4j.mp declared as LogAdapterModifier and TypeFieldDescriptionprivate static final LogAdapterMPv1.loggerprivate static final LogAdapterMPv2c.loggerprivate static final LogAdapterMPv3.logger -
Uses of LogAdapter in org.snmp4j.security
Fields in org.snmp4j.security declared as LogAdapterModifier and TypeFieldDescriptionprivate static final LogAdapterAuthGeneric.loggerprivate static final LogAdapterPriv3DES.loggerprivate static final LogAdapterPrivacyGeneric.loggerprivate static final LogAdapterPrivAES.loggerprivate static final LogAdapterPrivDES.loggerprivate static final LogAdapterSalt.loggerprivate static final LogAdapterSecurityProtocols.loggerprivate static final LogAdapterTSM.loggerprivate static final LogAdapterUSM.loggerprivate static final LogAdapterUsmSecurityParameters.loggerprivate static final LogAdapterUsmTimeTable.loggerprivate static final LogAdapterUsmUserTable.logger -
Uses of LogAdapter in org.snmp4j.security.dh
Fields in org.snmp4j.security.dh declared as LogAdapter -
Uses of LogAdapter in org.snmp4j.security.nonstandard
Fields in org.snmp4j.security.nonstandard declared as LogAdapterModifier and TypeFieldDescriptionprivate static final LogAdapterPrivAESWith3DESKeyExtension.logger -
Uses of LogAdapter in org.snmp4j.smi
Fields in org.snmp4j.smi declared as LogAdapterModifier and TypeFieldDescriptionprivate static final LogAdapterAbstractVariable.loggerprivate static final LogAdapterDtlsAddress.loggerprivate static final LogAdapterGenericAddress.loggerprivate static final LogAdapterIpAddress.loggerprivate static final LogAdapterTcpAddress.loggerprivate static final LogAdapterTlsAddress.loggerprivate static final LogAdapterTransportIpAddress.logger -
Uses of LogAdapter in org.snmp4j.transport
Fields in org.snmp4j.transport declared as LogAdapterModifier and TypeFieldDescriptionprivate static final LogAdapterAbstractSocketEntry.loggerprivate static final LogAdapterAbstractTcpServerThread.loggerprivate static final LogAdapterAbstractTransportMapping.loggerprivate static final LogAdapterDefaultTcpTransportMapping.loggerprivate static final LogAdapterDefaultUdpTransportMapping.loggerprivate static final LogAdapterDTLSTM.loggerprivate static final LogAdapterDummyTransport.loggerprivate static final LogAdapterSocketTimeout.loggerprivate static final LogAdapterTcpTransportMapping.loggerprivate static final LogAdapterTLSTM.loggerprivate static final LogAdapterTransportMappings.logger -
Uses of LogAdapter in org.snmp4j.transport.tls
Fields in org.snmp4j.transport.tls declared as LogAdapterModifier and TypeFieldDescriptionprivate static final LogAdapterDefaultSSLEngineConfiguration.loggerprivate static final LogAdapterTLSTMExtendedTrustManager.loggerprivate static final LogAdapterTLSTMUtil.loggerprivate final LogAdapterDefaultTlsTmSecurityCallback.LOGGERprivate static final LogAdapterPropertiesTlsTmSecurityCallback.LOGGERprivate static LogAdapterTlsTrustManager.LOGGERDeprecated.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. -
Uses of LogAdapter in org.snmp4j.util
Fields in org.snmp4j.util declared as LogAdapterModifier and TypeFieldDescriptionprivate static final LogAdapterTableUtils.loggerprivate LogAdapterTaskScheduler.loggerprivate static final LogAdapterTreeUtils.logger