|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexLog
Facility to log critical LPEX errors. See also the editorLog parameter.
A main() entry point to delete the editor log file is provided, which can be used to clear outdated logs or when uninstalling the editor:
java com.ibm.lpex.core.LpexLog delete
Method Summary | |
---|---|
static void | log(String problem)
Log a trace/error message. |
static void | log(Throwable e)
Log a Throwable (an Exception or an Error). |
static void | main(String[] args)
Entry point to delete the editor log file. |
static void | setName(String name)
Set the name of the editor log file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void setName(String name)
public static void log(String problem)
public static void log(Throwable e)
public static void main(String[] args)
java com.ibm.lpex.core.LpexLog delete
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |