EventJournal

Description

The EventJournal object is an EventOutput which formats the current date time, Event::name and Event::description to a string in one line and prints it to stdout. While debugging the output is forwarded to the debugger and visible in the appropriate view. In production the output is collected by the operating systems logging system and can be examined through journalctl.

› Inherits:EventOutput

Properties

Example

See Event example on how to use EventJournal.