log message(a, b)
|
Group |
Writes message a into the job log of Lobster_data if b is set to true.
The result of the function is always a.
Description of Parameters
|
Parameter |
Description |
|
a |
Message to be logged. |
|
b |
(optional) true if logging is to be done. Default: false . |
Examples
|
Parameter a |
Parameter b |
Result |
Text is logged |
|
!!!Message!!! |
true |
!!!Message!!! |
Yes. |
|
!!!Message!!! |
false |
!!!Message!!! |
No. |
In the Control Center, the following message is shown in the log overview.