|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radrails.rails.core.RailsLog
org.radrails.db.core.DatabaseLog
Wrapper class for ILog.
Constructor Summary | |
DatabaseLog()
|
Method Summary | |
static org.eclipse.core.runtime.IStatus |
createStatus(int severity,
int code,
java.lang.String message,
java.lang.Throwable exception)
Creates a status object to log. |
static void |
log(org.eclipse.core.runtime.IStatus status)
Logs the status to ILog.log(status). |
Methods inherited from class org.radrails.rails.core.RailsLog |
logError, logInfo, logWarning |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DatabaseLog()
Method Detail |
public static org.eclipse.core.runtime.IStatus createStatus(int severity, int code, java.lang.String message, java.lang.Throwable exception)
severity
- -
the severity levelcode
- -
the status codemessage
- -
the message to logexception
- -
the exception to log
public static void log(org.eclipse.core.runtime.IStatus status)
status
- -
the status to log
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |