net.esper.client
Class ConfigurationEngineDefaults.Logging

java.lang.Object
  extended by net.esper.client.ConfigurationEngineDefaults.Logging
All Implemented Interfaces:
Serializable
Enclosing class:
ConfigurationEngineDefaults

public static class ConfigurationEngineDefaults.Logging
extends Object
implements Serializable

Holds view logging settings other then the Apache commons or Log4J settings.

See Also:
Serialized Form

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

ConfigurationEngineDefaults.Logging

protected ConfigurationEngineDefaults.Logging()
Ctor - sets up defaults.

Method Detail

isEnableExecutionDebug

public boolean isEnableExecutionDebug()
Returns true if execution path debug logging is enabled.

Only if this flag is set to true, in addition to LOG4J settings set to DEBUG, does an engine instance, produce debug out.

Returns:
true if debug logging through Log4j is enabled for any event processing execution paths

setEnableExecutionDebug

public 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.

Parameters:
enableExecutionDebug - false to disable debug logging in the execution path, true to enable