public interface LogListeners
| Modifier and Type | Method and Description |
|---|---|
void |
add(LexiComLogListener l)
Add a listener for all in-scope log events.
|
void |
add(LexiComLogListener l,
java.lang.String[] path)
Add a listener for a specific source's log events.
|
java.lang.String[][] |
list(boolean allInScope)
List added javascript log listeners
|
LexiComLogListener |
remove(java.lang.String[] path)
Remove an added javascript log listener
|
void add(LexiComLogListener l) throws java.lang.Exception
l - a LexiComLogListener that will be notified when log events have occurredjava.lang.Exceptionvoid add(LexiComLogListener l, java.lang.String[] path) throws java.lang.Exception
l - a LexiComLogListener that will be notified when log events have occurredpath - the alias path to be listened, which must be in the same host tree branch as the standalone action (or below).java.lang.Exceptionjava.lang.String[][] list(boolean allInScope)
throws java.lang.Exception
allInScope - true if all of the in-scope entries should be listed; false if just the entries added by this javascript should be listedjava.lang.ExceptionLexiComLogListener remove(java.lang.String[] path) throws java.lang.Exception
path - the alias path of the javascript action to be removedjava.lang.Exception