![]() |
OTX Reference
|
|
Writes a log-message More...

Public Attributes | |
| SeverityLevelTerm | level |
| Cardinality [1] Severity-level of the log-message More... | |
| StringTerm | message |
| Cardinality [1] Log-message which is written. More... | |
| StringTerm | target |
| Cardinality [0..1] Optional path to the log file in URI format in which the message is to be written. Relative paths refer to OTX-Home. If omitted, the path inside logging project settings is used. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation | |
| OtxLink | validFor |
| Cardinality [0..1] Validity of ActionRealisation. More... | |
Writes a log-message
The WriteLog-activity causes the OTX runtime system to write a log-message into a logging-resource provided that the severity-level of that message is higher or equal than the currently set log-level threshold.
The particular logging-resource to which the log-message will be written may be identified by the optional <target> element. Otherwise (if no explicit target is given), the location of the logging-resource depends on the specific runtime system settings.
| Core.Exceptions.InvalidReferenceException |
| SeverityLevelTerm OpenTestSystem.Otx.Extensions.Logging.Actions.WriteLog.level |
Cardinality [1]
Severity-level of the log-message
| StringTerm OpenTestSystem.Otx.Extensions.Logging.Actions.WriteLog.message |
Cardinality [1]
Log-message which is written.
| StringTerm OpenTestSystem.Otx.Extensions.Logging.Actions.WriteLog.target |
Cardinality [0..1]
Optional path to the log file in URI format in which the message is to be written. Relative paths refer to OTX-Home. If omitted, the path inside logging project settings is used.