function serverLog (server-side)
Available since version: 0.3.0
This function will log the text into server.log file.
Declaration
void serverLog(string text)
Parameters
stringtext: the text message that you want to append to server.log file.