Package eu.woolplatform.utils.log
Class DefaultLogDelegateFactory
- java.lang.Object
-
- eu.woolplatform.utils.log.LogDelegateFactory
-
- eu.woolplatform.utils.log.DefaultLogDelegateFactory
-
public class DefaultLogDelegateFactory extends LogDelegateFactory
This factory creates instances ofDefaultLogDelegate.
-
-
Constructor Summary
Constructors Constructor Description DefaultLogDelegateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractLogDelegatecreateLogDelegate()Creates a new log delegate.-
Methods inherited from class eu.woolplatform.utils.log.LogDelegateFactory
getInstance, setInstance
-
-
-
-
Method Detail
-
createLogDelegate
public AbstractLogDelegate createLogDelegate()
Description copied from class:LogDelegateFactoryCreates a new log delegate.- Specified by:
createLogDelegatein classLogDelegateFactory- Returns:
- the log delegate
-
-