OTX-Runtime for Java  
OpenTestSystem.Otx.Runtime.Api.TraceLevels Enum Reference

Enumeration of TraceLevels. More...

Public Attributes

 All
 All messages will be logged. More...
 
 Debug
 Messages with severity DEBUG or above will be logged. More...
 
 Error
 Messages with severity ERROR or above will be logged (this is the default setting). More...
 
 Fatal
 Messages with severity FATAL will be logged. More...
 
 Info
 Messages with severity INFO or above will be logged. More...
 
 Off
 Nothing will be logged.
 
 Trace
 Messages with severity TRACE or above will be logged. More...
 
 Warn
 Messages with severity WARN or above will be logged. More...
 

Detailed Description

Enumeration of TraceLevels.

Member Data Documentation

◆ All

OpenTestSystem.Otx.Runtime.Api.TraceLevels.All

All messages will be logged.

Please note that this may have a major influence on runtime performance.

◆ Debug

OpenTestSystem.Otx.Runtime.Api.TraceLevels.Debug

Messages with severity DEBUG or above will be logged.

Severity level DEBUG contains detailed information on the flow through the sequence. Please note that this may have a major influence on runtime performance.

◆ Error

OpenTestSystem.Otx.Runtime.Api.TraceLevels.Error

Messages with severity ERROR or above will be logged (this is the default setting).

Severity level ERROR contains other runtime errors or unexpected conditions.

◆ Fatal

OpenTestSystem.Otx.Runtime.Api.TraceLevels.Fatal

Messages with severity FATAL will be logged.

Severity level FATAL contains severe errors that cause premature termination.

◆ Info

OpenTestSystem.Otx.Runtime.Api.TraceLevels.Info

Messages with severity INFO or above will be logged.

Severity level INFO contains interesting runtime events.

◆ Trace

OpenTestSystem.Otx.Runtime.Api.TraceLevels.Trace

Messages with severity TRACE or above will be logged.

Severity level TRACE contains even more detailed information. Please note that this may have a major influence on runtime performance.

◆ Warn

OpenTestSystem.Otx.Runtime.Api.TraceLevels.Warn

Messages with severity WARN or above will be logged.

Severity level WARN contains other runtime situations that are undesirable or unexpected, but not necessarily "wrong".


The documentation for this enum was generated from the following file: