Allows the user to print messages to the message log window.
More...
|
void | trace (String message) |
| writes the message to the message log More...
|
|
void | debug (String messageIfDebug) |
| writes the message to the message log if debug mode is on More...
|
|
void | setDebug (bool b) |
| sets debug mode to on/off More...
|
|
bool | isDebug () |
| returns whether debug mode is set More...
|
|
Allows the user to print messages to the message log window.
You can use it in Script Editor only.
◆ debug
void MessageLog::debug |
( |
String |
messageIfDebug | ) |
|
|
slot |
writes the message to the message log if debug mode is on
◆ isDebug
bool MessageLog::isDebug |
( |
| ) |
|
|
slot |
returns whether debug mode is set
◆ setDebug
void MessageLog::setDebug |
( |
bool |
b | ) |
|
|
slot |
sets debug mode to on/off
◆ trace
void MessageLog::trace |
( |
String |
message | ) |
|
|
slot |
writes the message to the message log