Extensions.Logging.WriteLog
Revision as of 01:30, 16 February 2016 by Hb (talk | contribs) (Hb moved page WriteLog to Extensions.Logging.WriteLog: #3153)
Classification
Name | WriteLog |
Short Description | Writing a log message |
Class | Action |
Extension | OTX Logging extension |
Group | Logging related actions |
Exceptions | InvalidReferenceException |
Checker Rules | - |
Standard Compliant | Yes |
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);