We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Prints a log message to the chatFrame
TRP3_API.utils.log.log(message, level)
message
level
Log an error message to the chatFrame
local log = TRP3_API.utils.log local message = "Ghost is not real" local level = "WARNING" log.log(message, level)