Uses of Class
org.snmp4j.log.LogFactory
Packages that use LogFactory
-
Uses of LogFactory in org.snmp4j.log
Subclasses of LogFactory in org.snmp4j.logModifier and TypeClassDescriptionclassTheConsoleLogFactoryimplements a SNMP4J LogFactory for system out.classTheJavaLogFactoryimplements a SNMP4J LogFactory for Java logging.Fields in org.snmp4j.log declared as LogFactoryMethods in org.snmp4j.log that return LogFactoryModifier and TypeMethodDescriptionstatic LogFactoryLogFactory.getLogFactory()Gets the log factory to be used by SNMP4J.Methods in org.snmp4j.log with parameters of type LogFactoryModifier and TypeMethodDescriptionstatic voidLogFactory.setLogFactory(LogFactory factory) Sets the log factory to be used by SNMP4J.