Log¶
Definition¶
<log message="This is a log message">
The plan item logs a message on DEBUG level.
Attribute | Type | Description |
---|---|---|
message | string | Required. The value of the message attribute is currently the only thing that is logged. |
Parents¶
Children¶
None
Behaviour¶
Using the
{
"message": "This is a log message",
"event": "Executing <log> element in domain.xml"
}
Examples¶
Log element for logging a string:¶
<log message="This is a log message">
Last update: December 4, 2020