mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
494 B
494 B
Table: log
Table containing functions for printing to console / log file.
Functions (3)
info(data)
Logs an informational message.
- Parameters:
data
(string)
Exemple Usage:
log.info(data)
warning(data)
Logs a warning message.
- Parameters:
data
(string)
Exemple Usage:
log.warning(data)
debug(data)
Logs a debug message.
- Parameters:
data
(string)
Exemple Usage:
log.debug(data)