Package org.jboss.netty.logging
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 org.jboss.netty.logging.InternalLoggerFactory
getDefaultFactory, getInstance, getInstance, setDefaultFactory
-
Constructor Details
-
JdkLoggerFactory
public JdkLoggerFactory()
-
-
Method Details
-
newInstance
Description copied from class:InternalLoggerFactory
Creates a new logger instance with the specified name.- Specified by:
newInstance
in classInternalLoggerFactory
-