Vertex Scripts
ModulesPrint

Shared

Prints Messages to the console

vx.print

Values in the vararg will be converted to json.

vx.print.error(...)
vx.print.warn(...)
vx.print.info(...)
vx.print.verbose(...)
vx.print.debug(...)

Config

You can configure the log level in the convar set in your server configuration.

set vx:logLevel "info"

On this page