Module sv_log

Log system for server side

Functions

Log (src, name, content, ...) Log function.


Functions

Log (src, name, content, ...)
Log function. This function logs a message to the console.

Parameters:

  • src The source of the log.
  • name The name of the log.
  • content The content of the log.
  • ... The arguments to log.

Usage:

    exports.jones_util:Log(src, "Test", "This is a test log")
generated by LDoc 1.5.0 Last updated 2024-05-13 19:05:24