.. _object_EventJournal: :index:`EventJournal` --------------------- Description *********** The EventJournal object is an :ref:`EventOutput ` which formats the current date time, :ref:`Event::name ` and :ref:`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**: :ref:`EventOutput ` Overview ******** Properties ++++++++++ .. hlist:: :columns: 1 * :ref:`EventOutput.filterCategories ` * :ref:`EventOutput.filterExactSeverity ` * :ref:`EventOutput.filterMinimumSeverity ` * :ref:`Object.objectId ` * :ref:`Object.parent ` Methods +++++++ .. hlist:: :columns: 1 * :ref:`Object.deserializeProperties() ` * :ref:`Object.fromJson() ` * :ref:`Object.serializeProperties() ` * :ref:`Object.toJson() ` Signals +++++++ .. hlist:: :columns: 1 * :ref:`EventOutput.filterCategoriesDataChanged() ` * :ref:`Object.completed() ` Properties ********** Example ******* See :ref:`Event example ` on how to use EventJournal.