- java.lang.Object
-
- io.vertx.core.logging.JULLogDelegateFactory
-
- All Implemented Interfaces:
LogDelegateFactory
public class JULLogDelegateFactory extends Object implements LogDelegateFactory
ALogDelegateFactorywhich createsJULLogDelegateinstances.- Author:
- Kenny MacLeod, Tim Fox
-
-
Constructor Summary
Constructors Constructor Description JULLogDelegateFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LogDelegatecreateDelegate(String name)booleanisAvailable()static voidloadConfig()
-
-
-
Method Detail
-
loadConfig
public static void loadConfig()
-
isAvailable
public boolean isAvailable()
- Specified by:
isAvailablein interfaceLogDelegateFactory- Returns:
- whether the factory is available
-
createDelegate
public LogDelegate createDelegate(String name)
- Specified by:
createDelegatein interfaceLogDelegateFactory
-
-