Uncategorized APIModuleLogLog Description: Logs a message to the console. Signature: Log: function(level: LogLevel, msg: string) Parameters: ParameterTypeDescriptionlevel"Info""Warn"msgstringThe message to be logged.