Package | Description |
---|---|
org.kie.internal.logger |
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).
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.