Package | Description |
---|---|
org.kie.internal.logger | |
org.kie.internal.runtime |
Modifier and Type | Method and Description |
---|---|
static KnowledgeRuntimeLogger |
KnowledgeRuntimeLoggerFactory.newConsoleLogger(KnowledgeRuntimeEventManager session)
Logs events to command line console.
|
static KnowledgeRuntimeLogger |
KnowledgeRuntimeLoggerFactory.newFileLogger(KnowledgeRuntimeEventManager session,
String fileName)
Creates a file logger in the current thread.
|
static KnowledgeRuntimeLogger |
KnowledgeRuntimeLoggerFactory.newThreadedFileLogger(KnowledgeRuntimeEventManager session,
String fileName,
int interval)
Creates a file logger that executes in a different thread, where information is written on given intervals (in milliseconds).
|
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulKnowledgeSession
StatefulKnowledgeSession is the most common way to interact with the engine.
|
interface |
StatelessKnowledgeSession
StatelessKnowledgeSession provides a convenience API, wrapping StatefulKnowledgeSession.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.