tamaki.mes.utils.logString
Description
Logs a string at INFO level using the DBFunctionCalled logger. A small convenience wrapper for
quick diagnostic logging.
Syntax
tamaki.mes.utils.logString(string)
Parameters
| Parameter | Type | Nullable | Description |
|---|---|---|---|
string | String | False | The message to log. |
Returns
This method does not return a value. It writes a log entry as a side effect.
Code Examples
tamaki.mes.utils.logString("Reached the save handler")