|
LPEX 4.4.0 |
|||||||||
| 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). |
static void |
log(com.ibm.lpex.core.View view,
String message)
Logs a trace/error message. |
| 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 log
public static void log(com.ibm.lpex.core.View view,
String message)
view - document view the message applies tomessage - the message to logpublic static void log(Throwable throwable)
throwable - the Exception or Error to log
|
LPEX 4.4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||