| AddGameLogHook | Adds a game log hook. |
| LogAction | Logs an action from a command or event whereby interception and routing may
be important. This is intended to be a logging version of ShowActivity(). |
| LogError | Logs a plugin error message to the SourceMod logs. |
| LogMessage | Logs a plugin message to the SourceMod logs. The log message will be
prefixed by the plugin's logtag (filename). |
| LogToFile | Logs a message to any file. The log message will be in the normal
SourceMod format, with the plugin logtag prepended. |
| LogToFileEx | Same as LogToFile(), except no plugin logtag is prepended. |
| RemoveGameLogHook | Removes a game log hook. |