Class: ELOG
Prev
Next

Class: ELOG

An object that represents the interface to an ELOG server.

Constructors:

Methods:

Properties:

ELOG ( )

Interface to an ELOG server.

void submit ( )

Submits the ELOG entry.

void addAttachment ( string attachment )

  • string attachment - The name of the attachment.

Adds an attachment to the ELOG entry.

void clearAttachments ( )

Clears the list of attachments in the ELOG entry.

void addAttribute ( string attribute, string attributeValue )

  • string attribute - The name of the attribute to be added to the ELOG entry.

  • string attributeValue - The value of the attribute to be added to the ELOG entry.

Adds an attribute to the ELOG entry.

void removeAttribute ( string attribute )

  • string attribute - The name of the attribute to be removed from the ELOG entry.

Removes an attribute from the ELOG entry.

void clearAttributes ( )

Clears the list of attributes in the ELOG entry.

string hostname

The hostname of the ELOG server.

number port

The port number of the ELOG server.

string logbook

A weblog made available by the ELOG server.

string username

Username.

string password

Password.

string writePassword

The write password.

string text

Text.

boolean encodedHTML

The message is HTML encoded.

boolean suppressEmailNotification

If true email notification is suppressed.

boolean includeCapture

If true an image capture of the Kst session is included in the ELOG entry.

number captureWidth

The width of the image capture to be included in the ELOG entry.

number captureHeight

The height of the image capture to be included in the ELOG entry.

boolean includeConfiguration

If true a capture of the Kst session is included in the ELOG entry.

boolean includeDebugInfo

If true a capture of the Kst debug information is included in the ELOG entry.

Prev
Next
Home


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