|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexLog
public final class LpexLog
Facility to log LPEX messages and critical errors. The default editor log file is "Editor.log", located in the editor user home directory. See also the editorLog parameter.
Method Summary | |
---|---|
static void |
log(String message)
Logs a trace/error message. |
static void |
log(Throwable throwable)
Logs a Throwable (an Exception or an Error). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void log(String message)
message
- the message to logpublic static void log(Throwable throwable)
throwable
- the Exception or Error to log
|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |