LogWarningΒΆ

Logs a message to the lua console, logger window, and log files. Has the [Warning] label 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