See: Description
| Interface | Description |
|---|---|
| InternalLogger |
NOTE: This file has been copied from {io.netty.util.internal.logging}.
|
| Class | Description |
|---|---|
| AbstractInternalLogger |
NOTE: This file has been copied and slightly modified from {io.netty.util.internal.logging}.
|
| InternalLoggerFactory |
NOTE: This file has been copied and simplified from {io.netty.util.internal.logging}.
|
| JdkLoggerFactory |
NOTE: This file has been copied and slightly modified from {io.netty.util.internal.logging}.
|
| Slf4JLoggerFactory |
NOTE: This file has been copied and slightly modified from {io.netty.util.internal.logging}.
|
| WarnThenDebugLogger |
InternalLogger which logs at warn level at first and then logs at debug level for the rest. |
| Enum | Description |
|---|---|
| InternalLogLevel |
NOTE: This file has been copied from {io.netty.util.internal.logging}.
|