Top Description Fields Constructors Methods
io.netty.util.internal.logging

public Class JdkLoggerFactory

extends InternalLoggerFactory
Class Inheritance
Imports
java.util.logging.Logger

Logger factory which creates a java.util.logging logger.

Field Summary

Modifier and TypeField and Description
public static final InternalLoggerFactory

Constructor Summary

AccessConstructor and Description
public
JdkLoggerFactory()

Deprecated Use INSTANCE instead.

Method Summary

Modifier and TypeMethod and Description
public InternalLogger
newInstance(String name)

Implements abstract io.netty.util.internal.logging.InternalLoggerFactory.newInstance.

Creates a new logger instance with the specified name.
Inherited from io.netty.util.internal.logging.InternalLoggerFactory:
getDefaultFactorygetInstancegetInstancesetDefaultFactory

Field Detail

INSTANCEback to summary
public static final InternalLoggerFactory INSTANCE

Constructor Detail

JdkLoggerFactoryback to summary
public JdkLoggerFactory()

Deprecated

Use INSTANCE instead.

Annotations
@Deprecated

Method Detail

newInstanceback to summary
public InternalLogger newInstance(String name)

Implements abstract io.netty.util.internal.logging.InternalLoggerFactory.newInstance.

Doc from io.netty.util.internal.logging.InternalLoggerFactory.newInstance.

Creates a new logger instance with the specified name.

Annotations
@Override