- java.lang.Object
-
- io.vertx.core.logging.SLF4JLogDelegateFactory
-
- All Implemented Interfaces:
LogDelegateFactory
public class SLF4JLogDelegateFactory extends Object implements LogDelegateFactory
-
-
Constructor Summary
Constructors Constructor Description SLF4JLogDelegateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogDelegatecreateDelegate(String clazz)booleanisAvailable()
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
- Specified by:
isAvailablein interfaceLogDelegateFactory- Returns:
- whether the factory is available
-
createDelegate
public LogDelegate createDelegate(String clazz)
- Specified by:
createDelegatein interfaceLogDelegateFactory
-
-