Package org.kie.api.builder.model
Interface FileLoggerModel
- 
public interface FileLoggerModelFileLoggerModel is a model allowing to programmatically define a FileLogger and wire it to a KieSession 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFile()intgetInterval()booleanisThreaded() 
 - 
 
- 
- 
Method Detail
- 
getFile
String getFile()
 
- 
isThreaded
boolean isThreaded()
 
- 
getInterval
int getInterval()
 
 - 
 
 -