LPEX
3.6.7

com.ibm.lpex.core
Class LpexLog

java.lang.Object
  extended by com.ibm.lpex.core.LpexLog

public final class LpexLog
extends Object

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

log

public static void log(String message)
Logs a trace/error message.

Parameters:
message - the message to log

log

public static void log(Throwable throwable)
Logs a Throwable (an Exception or an Error).

Parameters:
throwable - the Exception or Error to log

LPEX
3.6.7

Copyright © 2012 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.