Class LogInterceptor
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
 - 
- org.camunda.bpm.engine.impl.interceptor.LogInterceptor
 
 
 
- 
- All Implemented Interfaces:
 CommandExecutor
public class LogInterceptor extends CommandInterceptor
- Author:
 - Tom Baeyens
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
next 
 - 
 
- 
Constructor Summary
Constructors Constructor Description LogInterceptor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Texecute(Command<T> command)- 
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
getNext, setNext 
 - 
 
 - 
 
- 
- 
Method Detail
- 
execute
public <T> T execute(Command<T> command)
 
 - 
 
 -