LogMessage Function

Logs a plugin message to the SourceMod logs. The log message will be prefixed by the plugin's logtag (filename).

void LogMessage(const char[] format, any... ...)

Parameters

const char[] format

String format.

any... ...

Format arguments.