Package io.quarkus.vertx.core.runtime
Class VertxLogDelegateFactory
java.lang.Object
io.quarkus.vertx.core.runtime.VertxLogDelegateFactory
- All Implemented Interfaces:
io.vertx.core.spi.logging.LogDelegateFactory
public class VertxLogDelegateFactory
extends Object
implements io.vertx.core.spi.logging.LogDelegateFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.spi.logging.LogDelegatecreateDelegate(String name) boolean
-
Constructor Details
-
VertxLogDelegateFactory
public VertxLogDelegateFactory()
-
-
Method Details
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein interfaceio.vertx.core.spi.logging.LogDelegateFactory
-
createDelegate
- Specified by:
createDelegatein interfaceio.vertx.core.spi.logging.LogDelegateFactory
-