SMILA (incubation) API documentation

org.eclipse.smila.taskworker
Class DefaultTaskLogFactory

java.lang.Object
  extended by org.eclipse.smila.taskworker.DefaultTaskLogFactory
All Implemented Interfaces:
TaskLogFactory

public class DefaultTaskLogFactory
extends java.lang.Object
implements TaskLogFactory

Default TaskLogFactory implementation. Writes logging to standard log file.


Constructor Summary
DefaultTaskLogFactory()
           
 
Method Summary
 TaskLog getTaskLog(Task task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTaskLogFactory

public DefaultTaskLogFactory()
Method Detail

getTaskLog

public TaskLog getTaskLog(Task task)
Specified by:
getTaskLog in interface TaskLogFactory
Returns:
TaskLog for given task.

SMILA (incubation) API documentation