MessageBuffer7FF
- Namespace
- ZAux
Struct representing a Buffer with size 2047 (7FF) entries for log messages. Each entry is of data type Message storing the log entry itself, a timestamp and a log level. This struct is usually only used internally by a ringbuffer which is instantiated inside a used Logger instance in an application. For very small CPUs with smaller memory sizes this buffer can be reduced in order to reduce memory usage.
Members
Buffer
ARRAY [0..16#07FF] OF Message