org.gcube.vremanagement.executor.state
Class TaskResource.TaskLog

java.lang.Object
  extended by org.gcube.common.core.utils.logging.GCUBELog
      extended by org.gcube.vremanagement.executor.state.TaskResource.TaskLog
Enclosing class:
TaskResource

public class TaskResource.TaskLog
extends org.gcube.common.core.utils.logging.GCUBELog

Extends GCUBELog to forward a selection of log messages to the log RP.


Constructor Summary
TaskResource.TaskLog(Object obj)
          Creates an instance for a given object.
 
Method Summary
 void error(Object arg0)
          
 void error(Object arg0, Throwable arg1)
          
 void fatal(Object arg0)
          
 void fatal(Object arg0, Throwable arg1)
          
 void info(Object arg0)
          
 void info(Object arg0, Throwable arg1)
          
 void warn(Object arg0)
          
 void warn(Object arg0, Throwable arg1)
          
 
Methods inherited from class org.gcube.common.core.utils.logging.GCUBELog
debug, debug, getPrefix, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, setContext, setPrefix, trace, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskResource.TaskLog

public TaskResource.TaskLog(Object obj)
Creates an instance for a given object.

Parameters:
obj - the object.
Method Detail

error

public void error(Object arg0)

Overrides:
error in class org.gcube.common.core.utils.logging.GCUBELog

error

public void error(Object arg0,
                  Throwable arg1)

Overrides:
error in class org.gcube.common.core.utils.logging.GCUBELog

fatal

public void fatal(Object arg0)

Overrides:
fatal in class org.gcube.common.core.utils.logging.GCUBELog

fatal

public void fatal(Object arg0,
                  Throwable arg1)

Overrides:
fatal in class org.gcube.common.core.utils.logging.GCUBELog

info

public void info(Object arg0)

Overrides:
info in class org.gcube.common.core.utils.logging.GCUBELog

info

public void info(Object arg0,
                 Throwable arg1)

Overrides:
info in class org.gcube.common.core.utils.logging.GCUBELog

warn

public void warn(Object arg0)

Overrides:
warn in class org.gcube.common.core.utils.logging.GCUBELog

warn

public void warn(Object arg0,
                 Throwable arg1)

Overrides:
warn in class org.gcube.common.core.utils.logging.GCUBELog


Copyright © 2013. All Rights Reserved.