function Log (server-side)
Available since version: 0.3.0
This function will store the given text into a log file with the specified name.
Declaration
void Log(string name, string text)
Parameters
stringname: The name of the log file.stringtext: The text to log.