Class: DebugLog
Prev
Next

Class: DebugLog

A reference to the Kst debug log. This object is an array of the entries in the debug log. It cannot be modified. The length of the array is the number of entries, and each entry is a DebugLogEntry object.

Properties:

number length [Read-Only]

The number of entries in the log.

string text [Read-Only]

The text contents of the log as a single large string with carriage returns between entries.

number lengthNotices [Read-Only]

The number of notices in the log.

string textNotices [Read-Only]

The text contents of the log notices as a single large string with carriage returns between entries.

number lengthWarnings [Read-Only]

The number of warnings in the log.

string textWarnings [Read-Only]

The text contents of the log warnings as a single large string with carriage returns between entries.

number lengthErrors [Read-Only]

The number of errors in the log.

string textErrors [Read-Only]

The text contents of the log errors as a single large string with carriage returns between entries.

number lengthDebugs [Read-Only]

The number of debug messages in the log.

string textDebugs [Read-Only]

The text contents of the log debug messages as a single large string with carriage returns between entries.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team