|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.admin.irbootstrapperportlet.gwt.server.logging.TaskExecutionLogger
public class TaskExecutionLogger
| Constructor Summary | |
|---|---|
TaskExecutionLogger(org.apache.log4j.Logger logger,
org.gcube.application.framework.core.session.ASLSession session)
Class constructor |
|
| Method Summary | |
|---|---|
void |
error(String message)
Adds an error message to the execution log |
void |
error(String message,
Exception e)
Adds an error message to the execution log |
void |
error(String message,
Exception e,
boolean notifyAdmin)
Adds an error message to the execution log |
LogEntry.LogEntryLevel |
getHighestLogLevelContained()
Returns the highest log type contained in this log |
LinkedList<LogEntry> |
getLogEntries()
Returns the list of entries contained in the log |
org.apache.log4j.Logger |
getServerLogger()
Returns the logger that is used in order to log messages on the server side |
void |
info(String message)
Adds an informational message to the execution log |
void |
warn(String message)
Adds a warning message to the execution log |
void |
warn(String message,
Exception e)
Adds a warning message to the execution log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskExecutionLogger(org.apache.log4j.Logger logger,
org.gcube.application.framework.core.session.ASLSession session)
| Method Detail |
|---|
public void info(String message)
message - public void warn(String message)
message -
public void warn(String message,
Exception e)
message - e - public void error(String message)
message -
public void error(String message,
Exception e)
message - e -
public void error(String message,
Exception e,
boolean notifyAdmin)
message - public LogEntry.LogEntryLevel getHighestLogLevelContained()
public LinkedList<LogEntry> getLogEntries()
public org.apache.log4j.Logger getServerLogger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||