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 TypeClassDescriptionclass
TheConsoleLogFactory
implements a SNMP4J LogFactory for standard out.class
TheJavaLogFactory
implements a SNMP4J LogFactory for Java logging.Methods in org.snmp4j.log that return LogFactoryModifier and TypeMethodDescriptionstatic LogFactory
LogFactory.getLogFactory()
Gets the log factory to be used by SNMP4J.Methods in org.snmp4j.log with parameters of type LogFactoryModifier and TypeMethodDescriptionstatic void
LogFactory.setLogFactory
(LogFactory factory) Sets the log factory to be used by SNMP4J.