- java.lang.Object
-
- io.netty5.util.internal.logging.InternalLoggerFactory
-
- io.netty5.util.internal.logging.JdkLoggerFactory
-
public class JdkLoggerFactory extends InternalLoggerFactory
Logger factory which creates a java.util.logging logger.
-
-
Field Summary
Fields Modifier and Type Field Description static InternalLoggerFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description JdkLoggerFactory()Deprecated.UseINSTANCEinstead.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalLoggernewInstance(String name)Creates a new logger instance with the specified name.-
Methods inherited from class io.netty5.util.internal.logging.InternalLoggerFactory
getDefaultFactory, getInstance, getInstance, setDefaultFactory
-
-
-
-
Field Detail
-
INSTANCE
public static final InternalLoggerFactory INSTANCE
-
-
Constructor Detail
-
JdkLoggerFactory
@Deprecated public JdkLoggerFactory()
Deprecated.UseINSTANCEinstead.
-
-
Method Detail
-
newInstance
public InternalLogger newInstance(String name)
Description copied from class:InternalLoggerFactoryCreates a new logger instance with the specified name.- Specified by:
newInstancein classInternalLoggerFactory
-
-