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

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

Introduction

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

The text is from its open source code.

Method

voidinfo(String msg)
Log a message at the INFO level.
voidinfo(Throwable t)
Log an exception (throwable) at the INFO level.
voidwarn(String format, Object arg)
Log a message at the WARN level according to the specified format and argument.
voidwarn(String format, Object... arguments)
Log a message at the WARN level according to the specified format and arguments.
voidwarn(String msg, Throwable t)
Log an exception (throwable) at the WARN level with an accompanying message.