Class LogServiceImpl
java.lang.Object
ch.tocco.nice2.optional.automation.impl.LogServiceImpl
- All Implemented Interfaces:
LogService
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.automation.api.LogService
LogService.Type
-
Constructor Summary
ConstructorsConstructorDescriptionLogServiceImpl
(PersistenceService persistenceService, SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService, L10N l10N, TextResources textResources) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.optional.automation.api.LogService
completed, log
-
Constructor Details
-
LogServiceImpl
public LogServiceImpl(PersistenceService persistenceService, SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService, L10N l10N, TextResources textResources)
-
-
Method Details
-
log
public void log(LogService.Type type, String textResourceKey, Map<String, Object> vars, Entity automation, @Nullable @Nullable Entity entity) - Specified by:
log
in interfaceLogService
-
completed
- Specified by:
completed
in interfaceLogService
-