Added TRACE level for LoggingHandler
This commit is contained in:
parent
f3f40b2425
commit
62ed610c1d
@ -18,6 +18,7 @@ package io.netty.handler.logging;
|
|||||||
import io.netty.logging.InternalLogLevel;
|
import io.netty.logging.InternalLogLevel;
|
||||||
|
|
||||||
public enum LogLevel {
|
public enum LogLevel {
|
||||||
|
TRACE(InternalLogLevel.TRACE),
|
||||||
DEBUG(InternalLogLevel.DEBUG),
|
DEBUG(InternalLogLevel.DEBUG),
|
||||||
INFO(InternalLogLevel.INFO),
|
INFO(InternalLogLevel.INFO),
|
||||||
WARN(InternalLogLevel.WARN),
|
WARN(InternalLogLevel.WARN),
|
||||||
|
Loading…
Reference in New Issue
Block a user