Package | Description |
---|---|
io.vertx.core.logging | |
io.vertx.core.spi.logging |
Modifier and Type | Class and Description |
---|---|
class |
JULLogDelegate
A
LogDelegate which delegates to java.util.logging |
class |
Log4j2LogDelegate
A
LogDelegate which delegates to Apache Log4j 2 |
class |
SLF4JLogDelegate |
Modifier and Type | Method and Description |
---|---|
LogDelegate |
Log4j2LogDelegateFactory.createDelegate(String name) |
LogDelegate |
SLF4JLogDelegateFactory.createDelegate(String clazz) |
LogDelegate |
JULLogDelegateFactory.createDelegate(String name) |
LogDelegate |
Logger.getDelegate()
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
|
Constructor and Description |
---|
Logger(LogDelegate delegate)
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
|
Modifier and Type | Method and Description |
---|---|
LogDelegate |
LogDelegateFactory.createDelegate(String name) |
Copyright © 2021 Eclipse. All rights reserved.