Java io.netty.handler.logging LoggingHandler fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.logging LoggingHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.logging LoggingHandler.

The text is from its open source code.

Subclass

io.netty.handler.logging.LoggingHandler has subclasses.
Click this link to see all its subclasses.

Constructor

LoggingHandler()
Creates a new instance whose logger name is the fully qualified class name of the instance with hex dump enabled.
LoggingHandler(LogLevel level)
Creates a new instance whose logger name is the fully qualified class name of the instance.
LoggingHandler(Class clazz)
Creates a new instance with the specified logger name and with hex dump enabled.
LoggingHandler(String name)
Creates a new instance with the specified logger name using the default log level.
LoggingHandler(Class clazz, LogLevel level)
Creates a new instance with the specified logger name.
LoggingHandler(String name, LogLevel level)
Creates a new instance with the specified logger name.