Java io.netty.util.internal.logging InternalLoggerFactory fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util.internal.logging InternalLoggerFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util.internal.logging InternalLoggerFactory.

The text is from its open source code.

Subclass

io.netty.util.internal.logging.InternalLoggerFactory has subclasses.
Click this link to see all its subclasses.

Constructor

Method

InternalLoggerFactorygetDefaultFactory()
Returns the default factory.
InternalLoggergetInstance(Class clazz)
Creates a new logger instance with the name of the specified class.
InternalLoggergetInstance(String name)
Creates a new logger instance with the specified name.
voidsetDefaultFactory(InternalLoggerFactory defaultFactory)
Changes the default factory.