Skip to content

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 element will log the message on debug level. The log entry will contain the following:

{
    "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