Interface OperationLogHandler
- 
public interface OperationLogHandlerThis is a functional interface to pass a callback that writes the Operation Log. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(CommandContext commandContext)Callback to write the Operation Log. 
 - 
 
- 
- 
Method Detail
- 
write
void write(CommandContext commandContext)
Callback to write the Operation Log.- Parameters:
 commandContext- can be used when writing the Operation Log
 
 - 
 
 -