Classification
OTL Syntax
Logging.WriteLog(SeverityLevel, StringTerm, StringTerm);
Description
With the WriteLog activity a log message is written by the OTX runtime environment at the end of a log file, see Logging.
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
Level |
SeverityLevel |
Value |
@SeverityLevel:TRACE |
[1] |
Severity level with the following values, see Logging.
|
Target |
String |
Term |
- |
[0..1] |
Location of the log file (URL)
|
Message |
String |
Term |
- |
[0..1] |
Message being written
|
OTL Examples
Logging.WriteLog(@SeverityLevels:TRACE, null, null);
See also
SetLogLevel