- java.lang.Object
-
- io.vertx.core.logging.Log4j2LogDelegateFactory
-
- All Implemented Interfaces:
LogDelegateFactory
public class Log4j2LogDelegateFactory extends Object implements LogDelegateFactory
ALogDelegateFactorywhich createsLog4j2LogDelegateinstances.- Author:
- Clement Escoffier - clement@apache.org
-
-
Constructor Summary
Constructors Constructor Description Log4j2LogDelegateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogDelegatecreateDelegate(String name)booleanisAvailable()
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
- Specified by:
isAvailablein interfaceLogDelegateFactory- Returns:
- whether the factory is available
-
createDelegate
public LogDelegate createDelegate(String name)
- Specified by:
createDelegatein interfaceLogDelegateFactory
-
-