Extensions.Logging.SetLogLevel

From emotive
Jump to navigation Jump to search

Classification

Name SetLogLevel
Short Description Set the log level (threshold) in the execution system
Class Action
Extension OTX Logging extension
Group Logging related actions
Exceptions -
Checker Rules -
Standard Compliant Yes

OTL Syntax

Logging.SetLogLevel(LogLevelTerm level);

Description

With the SetLogLevel activity will cause the OTX runtime system to set the log-level threshold to a given value, see Logging.

Properties

Name Data Type Class Default Cardinality Description
Level LogLevel Term - [1] This element represents the log-level which will be set in the OTX runtime's logging framework, see Logging.

OTL Examples

/// Local Declarations

/// Flow

Logging.SetLogLevel(@LogLevel:ALL);

See also

WriteLog