WriteLog
Writes a log message out
Method Signature
Arguments
Argument
Type
Required
Description
Default
text
string
true
The text of the log message
file
string
false
A custom log file to write to
log
string
false
If a custom file is not specified the log category to write to
Application
type
string
false
The log level ( debug, info, warn, error )
Information
Examples
Related
Last updated