-
- All Known Implementing Classes:
JULLogDelegateFactory,Log4j2LogDelegateFactory,SLF4JLogDelegateFactory
public interface LogDelegateFactoryI am responsible for creatingLogDelegateinstances.- Author:
- Kenny MacLeod
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogDelegatecreateDelegate(String name)booleanisAvailable()
-
-
-
Method Detail
-
isAvailable
boolean isAvailable()
- Returns:
- whether the factory is available
-
createDelegate
LogDelegate createDelegate(String name)
-
-