|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radrails.rails.core.RailsLog
Logs operations for the Rails plugins.
Constructor Summary | |
RailsLog()
|
Method Summary | |
static void |
logError(java.lang.String message,
java.lang.Throwable e)
Logs a message and exception with severity ERROR. |
static void |
logInfo(java.lang.String message,
java.lang.Throwable e)
Logs a message and exception with severity INFO. |
static void |
logWarning(java.lang.String message,
java.lang.Throwable e)
Logs a message and exception with severity WARNING. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RailsLog()
Method Detail |
public static void logInfo(java.lang.String message, java.lang.Throwable e)
message
- -
the message to loge
- -
the exception to logpublic static void logWarning(java.lang.String message, java.lang.Throwable e)
message
- -
the message to loge
- -
the exception to logpublic static void logError(java.lang.String message, java.lang.Throwable e)
message
- -
the message to loge
- -
the exception to log
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |