$log
Outputs messages to the 'console'
Table of Contents
- Methods
- Properties
Methods
info
(
-
msg -
o
Prints an informational message to the console
Parameters:
-
msgStringThe message to be shown
-
oAnyAny extra message data
Properties
active
Bool
Whether or not to actually log the messages (should be 'false' in production code)
Default: false