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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFile()intgetInterval()booleanisThreaded()
 
- 
- 
- 
Method Detail- 
getFileString getFile() 
 - 
isThreadedboolean isThreaded() 
 - 
getIntervalint getInterval() 
 
- 
 
-