Skip to content

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

  • string name: The name of the log file.
  • string text: The text to log.