Package org.jboss.netty.logging
Class Log4JLoggerFactory
java.lang.Object
org.jboss.netty.logging.InternalLoggerFactory
org.jboss.netty.logging.Log4JLoggerFactory
Logger factory which creates an
Apache Log4J
logger.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(String name) Creates a new logger instance with the specified name.Methods inherited from class org.jboss.netty.logging.InternalLoggerFactory
getDefaultFactory, getInstance, getInstance, setDefaultFactory
-
Constructor Details
-
Log4JLoggerFactory
public Log4JLoggerFactory()
-
-
Method Details
-
newInstance
Description copied from class:InternalLoggerFactory
Creates a new logger instance with the specified name.- Specified by:
newInstance
in classInternalLoggerFactory
-