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