LogΒΆ

Logs a message to the lua console, logger window, and log files. This is the default logging function and is equivalent to rsl.LogInfo, meaning it has the [Info] tag. See the logging examples for more info on how to use it.

Arguments:

Format string (String)
The format string to be passed into the logger.
Arguments (Several types) optional
Values to be substituted into the format string, as explained in more detail in the logging examples.

Returns:

  • None