Factory for creating {@link Log} instances, with discovery andconfiguration features similar to that employed by standard Java APIs such as JAXP.
IMPLEMENTATION NOTE - This implementation is heavily based on the SAXParserFactory and DocumentBuilderFactory implementations (corresponding to the JAXP pluggability APIs) found in Apache Xerces.
@author Craig R. McClanahan @author Costin Manolache @author Richard A. SitzeLogFactory
singleton is used by SNMP4J to determine the logging framework used to process SNMP4J log messages. By default {@link NoLogger} instances are used.
@author Frank Fock
@version 1.8
@since 1.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|