public class TaskResource.TaskLog
extends org.gcube.common.core.utils.logging.GCUBELog
GCUBELog to forward a selection of log messages to the log RP.| Constructor and Description |
|---|
TaskResource.TaskLog(Object obj)
Creates an instance for a given object.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public TaskResource.TaskLog(Object obj)
obj - the object.public void error(Object arg0)
error in class org.gcube.common.core.utils.logging.GCUBELogpublic void error(Object arg0, Throwable arg1)
error in class org.gcube.common.core.utils.logging.GCUBELogpublic void fatal(Object arg0)
fatal in class org.gcube.common.core.utils.logging.GCUBELogpublic void fatal(Object arg0, Throwable arg1)
fatal in class org.gcube.common.core.utils.logging.GCUBELogpublic void info(Object arg0)
info in class org.gcube.common.core.utils.logging.GCUBELogpublic void info(Object arg0, Throwable arg1)
info in class org.gcube.common.core.utils.logging.GCUBELogpublic void warn(Object arg0)
warn in class org.gcube.common.core.utils.logging.GCUBELogCopyright © 2015. All Rights Reserved.