Xentara v2.0.3
User Manual
JSON Format for Debugging Loggers

A JSON object describing a debugging logger has the following syntax:

{
"@Skill.Debugging.Logger": {
"name": "Logger 1",
"UUID": "f301f77a-e995-4170-a4cc-92da13f3e2e6",
"ACL": { ... },
"caption": "Pay attention to this"
}
}

Object Members
nameA string value containing the name of the logger. The name is used to construct the logger’s primary key.
UUIDA string value containing the unique UUID of the logger.
ACLAn optional JSON object containing the element ACL of the logger. The format of the object is described under JSON Format for ACLs.
titleA string value containing the caption for the output. If no caption is desired, the string can be empty, or the entire caption member can be omitted.