SystemJournal

Description

The SystemJournal object provides access to the system’s journal, i.e. system-wide log messages

This object was introduced in InCore 2.8.

› Inherits:

Object

Overview

Properties

Methods

Signals

Properties

bootMessages

This property holds all entries of the system journal written during system boot.

› Type:

String

› Signal:

bootMessagesChanged()

› Attributes:

Readonly

messagesLimit

This property holds the number of log messages to store in the recentMessages property.

› Type:

SignedInteger

› Default:

1000

› Signal:

messagesLimitChanged()

› Attributes:

Writable

recentMessages

This property holds the most recent journal messages. The number of messages is controlled by the messagesLimit property.

› Type:

String

› Signal:

recentMessagesChanged()

› Attributes:

Readonly

Signals

messageAppended(String message)