edu.ntnu.cikmr.workflowenactment
Class SimpleWorkflowLog

java.lang.Object
  extended by edu.ntnu.cikmr.log.Log
      extended by edu.ntnu.cikmr.workflowenactment.WorkflowLog
          extended by edu.ntnu.cikmr.workflowenactment.SimpleWorkflowLog

public class SimpleWorkflowLog
extends WorkflowLog


Field Summary
 
Fields inherited from class edu.ntnu.cikmr.log.Log
LEVEL_DEBUG, LEVEL_ERROR, LEVEL_INFORMATIVE, LEVEL_SEVERE
 
Constructor Summary
SimpleWorkflowLog()
           
 
Method Summary
 void logMessage(java.lang.Object source, int level, java.lang.String message)
           
 
Methods inherited from class edu.ntnu.cikmr.workflowenactment.WorkflowLog
addEntries, addEntry, addWorkflowLogListener, fireLogUpdated, getEntries, getEntriesCount, getEntry, getThreshold, removeWorkflowLogListener, setThreshold, trim
 
Methods inherited from class edu.ntnu.cikmr.log.Log
getLogLevel, setLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWorkflowLog

public SimpleWorkflowLog()
Method Detail

logMessage

public void logMessage(java.lang.Object source,
                       int level,
                       java.lang.String message)
Specified by:
logMessage in class Log