LogError Function

Logs a plugin error message to the SourceMod logs.

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

Parameters

const char[] format

String format.

any... ...

Format arguments.