info
Logs an informational message to the console if the logging level is set to INFO.
Import
Usage
Parameters
msg
string
the message to log
args
...any[]
additional arguments to log alongside the message
info
Logs an informational message to the console if the logging level is set to INFO.
string
the message to log
...any[]
additional arguments to log alongside the message