Table of Contents

DiagnosticMessage

Namespace
ZCore

This struct can be used by several object to facilate diagnostics. On prominent example that uses this struct is the auxiliary sequence. The latter uses this struct to communicate trace messages and errors to an application engineer.

Members

Message ZString

Messages as plain text, which can be used by an application engineer to diagnose an object.

Level LogLevel

How important is the message. While Trace and Debug may be used by library developers, higher log levels are usually application dependent.