log.debug
log.debug() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.5.2
Writes a message to the log at the DEBUG logging level.
Usage
log.debug(message)
Parameters
message
- A string containing the message to be logged.
Example
Output a message to the
macro-logger
at the DEBUG level.
[h: log.debug("Switched to map " + getCurrentMapName())]
Returns:
Empty string to calling macro. Output is in log file.
2019-04-19 08:52:18.853 [AWT-EventQueue-0] DEBUG macro-logger - Switched to map Pit of Despair