|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.ConfigurationEngineDefaults.Logging
public static class ConfigurationEngineDefaults.Logging
Holds view logging settings other then the Apache commons or Log4J settings.
Constructor Summary | |
---|---|
protected |
ConfigurationEngineDefaults.Logging()
Ctor - sets up defaults. |
Method Summary | |
---|---|
boolean |
isEnableExecutionDebug()
Returns true if execution path debug logging is enabled. |
void |
setEnableExecutionDebug(boolean enableExecutionDebug)
Set the debug flag for debugging the execution path, in which case the engine logs to Log4j in debug-level during execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ConfigurationEngineDefaults.Logging()
Method Detail |
---|
public boolean isEnableExecutionDebug()
Only if this flag is set to true, in addition to LOG4J settings set to DEBUG, does an engine instance, produce debug out.
public void setEnableExecutionDebug(boolean enableExecutionDebug)
enableExecutionDebug
- false to disable debug logging in the execution path, true to enable
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |