KIE Internal 6.0.0.Beta1

Uses of Interface
org.kie.internal.logger.KnowledgeRuntimeLogger

Packages that use KnowledgeRuntimeLogger
org.kie.internal.logger   
 

Uses of KnowledgeRuntimeLogger in org.kie.internal.logger
 

Methods in org.kie.internal.logger that return KnowledgeRuntimeLogger
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).
 


KIE Internal 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.