Package org.kie.api.builder.model
Interface FileLoggerModel
-
public interface FileLoggerModel
FileLoggerModel 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 String
getFile()
int
getInterval()
boolean
isThreaded()
-
-
-
Method Detail
-
getFile
String getFile()
-
isThreaded
boolean isThreaded()
-
getInterval
int getInterval()
-
-