Synalyze It!  1.1
 All Classes Functions Pages
Public Member Functions | List of all members
LogSrc Class Reference

The LogSrc class. More...

Public Member Functions

 logMessage (String module, int messageID, LOG_SEVERITY severity, String message)
 Write a log message. More...
 
 logMessageForced (String module, int messageID, LOG_SEVERITY severity, String message)
 Write a log message. It will be displayed no matter which severity is specified. More...
 
 logMessageHighlight (String module, int messageID, LOG_SEVERITY severity, String message)
 Write a log message. The first message written with this method will be selected. More...
 

Detailed Description

The LogSrc class.

A log source object allows to write log messages to a log target, e. g. the messages window.

Author
Andreas Pehnack
Date
2009-08-16

Member Function Documentation

logMessage ( String  module,
int  messageID,
LOG_SEVERITY  severity,
String  message 
)

Write a log message.

Author
Andreas Pehnack
Date
2009-08-16
Parameters
[in]moduleA domain of message IDs. Can be any string that lets you identify your messages
[in]messageIDAn ID to identify the message
[in]severitySeverity of the message
[in]messageThe actual message
logMessageForced ( String  module,
int  messageID,
LOG_SEVERITY  severity,
String  message 
)

Write a log message. It will be displayed no matter which severity is specified.

Author
Andreas Pehnack
Date
2012-03-02
Parameters
[in]moduleA domain of message IDs. Can be any string that lets you identify your messages
[in]messageIDAn ID to identify the message
[in]severitySeverity of the message
[in]messageThe actual message
logMessageHighlight ( String  module,
int  messageID,
LOG_SEVERITY  severity,
String  message 
)

Write a log message. The first message written with this method will be selected.

Author
Andreas Pehnack
Date
2012-03-02
Parameters
[in]moduleA domain of message IDs. Can be any string that lets you identify your messages
[in]messageIDAn ID to identify the message
[in]severitySeverity of the message
[in]messageThe actual message

The documentation for this class was generated from the following file: