OTX Reference  
OpenTestSystem.Otx.Extensions.Logging.Actions.SetLogLevel Class Reference

Sets the log-level threshold More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.Logging.Actions.SetLogLevel:
Inheritance graph

Public Attributes

LogLevelTerm level
 Severity-level of the log-message More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Sets the log-level threshold

The SetLogLevel-activity causes the OTX runtime system to set the log-level threshold to a given value.

Syntax
Logging.SetLogLevel(LogLevelTerm level);
LogLevelTerm level
Severity-level of the log-message
Definition: Logging.cs:576
Examples
// Local Declarations
// Flow
Logging.SetLogLevel(@LogLevel:ALL);

Member Data Documentation

◆ level

LogLevelTerm OpenTestSystem.Otx.Extensions.Logging.Actions.SetLogLevel.level

Severity-level of the log-message