Xentara v1.2.1
User Manual
Loading...
Searching...
No Matches
JSON Format for Debugging Loggers

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

{
"@Microservice.Debugging.Logger": {
"id": "Logger 1",
"uuid": "f301f77a-e995-4170-a4cc-92da13f3e2e6",
"caption": "Pay attention to this"
}
}

Object Members
idA string value containing the ID of the microservice. The ID is used to construct the microservice’s primary key.
uuidA string value containing the unique UUID of the microservice.
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.