public interface LexiComLogListener
extends java.util.EventListener
ILexiCom.addLogListener(LexiComLogListener) and its variants. Also refer to ILexiCom.startRun(int,String[],LexiComLogListener,boolean) and its variants.
Also refer to ISessionScript.getLogListeners().
Implementation can be configured to run directly within the VersaLex service/daemon by setting "Custom LexiComLogListener Class" in Configure>Options>Other and copying an archive containing the implementation into VersaLex's lib/api/ folder. If configured this way, VersaLex will instantiate and register the implementation at service/daemon startup.
| Modifier and Type | Method and Description |
|---|---|
void |
log(LexiComLogEvent e)
Invoked when the target of the listener has logged an event.
|
void log(LexiComLogEvent e)
e - a LexiComLogEvent object