Package io.netty.util.internal.logging
Class JdkLoggerFactory
- java.lang.Object
- 
- io.netty.util.internal.logging.InternalLoggerFactory
- 
- io.netty.util.internal.logging.JdkLoggerFactory
 
 
- 
 public class JdkLoggerFactory extends InternalLoggerFactory Logger factory which creates a java.util.logging logger.
- 
- 
Field SummaryFields Modifier and Type Field Description static InternalLoggerFactoryINSTANCE
 - 
Constructor SummaryConstructors Constructor Description JdkLoggerFactory()Deprecated.UseINSTANCEinstead.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalLoggernewInstance(java.lang.String name)Creates a new logger instance with the specified name.- 
Methods inherited from class io.netty.util.internal.logging.InternalLoggerFactorygetDefaultFactory, getInstance, getInstance, setDefaultFactory
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final InternalLoggerFactory INSTANCE 
 
- 
 - 
Constructor Detail- 
JdkLoggerFactory@Deprecated public JdkLoggerFactory() Deprecated.UseINSTANCEinstead.
 
- 
 - 
Method Detail- 
newInstancepublic InternalLogger newInstance(java.lang.String name) Description copied from class:InternalLoggerFactoryCreates a new logger instance with the specified name.- Specified by:
- newInstancein class- InternalLoggerFactory
 
 
- 
 
-