EDMConstants.LogOptions
edm.edom3
Class EDMConstants.LogOptions
- java.lang.Object
- edm.edom3.EDMConstants.LogOptions
Enclosing interface:EDMConstants
public static class EDMConstants.LogOptions extends java.lang.Object
Options for EDMvirtualMachine execution, can in may cases me used as options to theÂEDMWorker
 instances.
Field Summary
FieldsÂ
Modifier and Type Field and Description static long
FULL_LOG
see EDMassiststatic long
LOG_AGGREGATE_CONTENTS
see EDMassiststatic long
LOG_ASSIGNMENTS
see EDMassiststatic long
LOG_CONDITIONS
see EDMassiststatic long
LOG_ERRORS
see EDMassiststatic long
LOG_EXPRESSIONS
see EDMassiststatic long
LOG_FUNCTIONS
see EDMassiststatic long
LOG_INSTANCE_CREATION
see EDMassiststatic long
LOG_ITERATIONS
see EDMassiststatic long
LOG_PREDEF_FUNCTIONS
Log calls to predefiend functionsstatic long
LOG_QUERY_SCHEMA_ONLY
see EDMassiststatic long
LOG_RULE_RESULT
see EDMassiststatic long
LOG_RULE_SCHEMA_ONLY
see EDMassiststatic long
LOG_TIME_USED
see EDMassiststatic long
LOG_TO_FILE
Log to a file.static long
LOG_TO_STDOUT
Log to standard out device - does often not work as exepcted in a JAVA environment.static long
LOG_WARNINGS
see EDMassiststatic long
NO_FILE_FLUSHING
see EDMassiststatic long
START_LOG
see EDMassiststatic long
USER_OUTPUT_TO_FILE
Write user defined output (xpxPrintf) to a filestatic long
USER_OUTPUT_TO_STDOUT
Write user defined output (xpxPrintf) to standard output device - does often not behave as expected in a JAVA environment.
Constructor Summary
ConstructorsÂ
Constructor and Description LogOptions()
Â
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
NO_FILE_FLUSHING
public static final long NO_FILE_FLUSHING
see EDMassistSee Also:Constant Field Values
LOG_RULE_RESULT
public static final long LOG_RULE_RESULT
see EDMassistSee Also:Constant Field Values
LOG_RULE_SCHEMA_ONLY
public static final long LOG_RULE_SCHEMA_ONLY
see EDMassistSee Also:Constant Field Values
LOG_QUERY_SCHEMA_ONLY
public static final long LOG_QUERY_SCHEMA_ONLY
see EDMassistSee Also:Constant Field Values
LOG_TIME_USED
public static final long LOG_TIME_USED
see EDMassistSee Also:Constant Field Values
START_LOG
public static final long START_LOG
see EDMassistSee Also:Constant Field Values
USER_OUTPUT_TO_FILE
public static final long USER_OUTPUT_TO_FILE
Write user defined output (xpxPrintf) to a fileSee Also:Constant Field Values
USER_OUTPUT_TO_STDOUT
public static final long USER_OUTPUT_TO_STDOUT
Write user defined output (xpxPrintf) to standard output device - does often not behave as expected in a JAVA environment.See Also:Constant Field Values
LOG_WARNINGS
public static final long LOG_WARNINGS
see EDMassistSee Also:Constant Field Values
LOG_AGGREGATE_CONTENTS
public static final long LOG_AGGREGATE_CONTENTS
see EDMassistSee Also:Constant Field Values
LOG_TO_STDOUT
public static final long LOG_TO_STDOUT
Log to standard out device - does often not work as exepcted in a JAVA environment.See Also:Constant Field Values
LOG_ASSIGNMENTS
public static final long LOG_ASSIGNMENTS
see EDMassistSee Also:Constant Field Values
LOG_EXPRESSIONS
public static final long LOG_EXPRESSIONS
see EDMassistSee Also:Constant Field Values
LOG_INSTANCE_CREATION
public static final long LOG_INSTANCE_CREATION
see EDMassistSee Also:Constant Field Values
LOG_TO_FILE
public static final long LOG_TO_FILE
Log to a file.See Also:Constant Field Values
LOG_ERRORS
public static final long LOG_ERRORS
see EDMassistSee Also:Constant Field Values
LOG_ITERATIONS
public static final long LOG_ITERATIONS
see EDMassistSee Also:Constant Field Values
LOG_FUNCTIONS
public static final long LOG_FUNCTIONS
see EDMassistSee Also:Constant Field Values
LOG_PREDEF_FUNCTIONS
public static final long LOG_PREDEF_FUNCTIONS
Log calls to predefiend functionsSee Also:Constant Field Values
LOG_CONDITIONS
public static final long LOG_CONDITIONS
see EDMassistSee Also:Constant Field Values
FULL_LOG
public static final long FULL_LOG
see EDMassistSee Also:Constant Field Values
Constructor Detail
LogOptions
public LogOptions()