#--------------------------------------------------------------------
# Global tracing options
#--------------------------------------------------------------------
# If enabled, all debug statements for all plugins will be output
oracle.eclipse.tools.common/oepe/debug=false

# If enabled, debug statements will be placed on the console. 
# Debug tracing must first be enabled for this option to apply
oracle.eclipse.tools.common/oepe/debug/console=true

# A comma-separated list of regular expressions that define the list 
# of plugins that should be excluded from debugging output. For
# example, if the value was "com.bea.*" then all plugins whose
# ID begins with the 'com.bea' prefix will be excluded from 
# debugging output 
oracle.eclipse.tools.common/oepe/debug/filter=

# If enabled, prepend the caller info for each log statement
oracle.eclipse.tools.common/oepe/inferCaller=false

# If enabled, error statements will be placed on the console. 
oracle.eclipse.tools.common/oepe/error/console=true

# If enabled, fatal statements will be placed on the console. 
oracle.eclipse.tools.common/oepe/fatal/console=true

# If enabled, info statements will be placed on the console. 
oracle.eclipse.tools.common/oepe/info/console=false

# If enabled, warning statements will be placed on the console. 
oracle.eclipse.tools.common/oepe/warning/console=false

#--------------------------------------------------------------------
# oracle.eclipse.tools.common specific tracing options
#--------------------------------------------------------------------

# If enabled, trace all log statements with level 'debug'
oracle.eclipse.tools.common/debug=false

# If enabled, debug statements will be placed on the console. 
# Debug tracing must first be enabled for this option to apply
oracle.eclipse.tools.common/debug/console=true
