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