| Type | Description |
|---|---|
| GameLogHook | Called when a game log message is received. |
| Function | Description |
|---|---|
| OnLogAction | Called when an action is going to be logged. |
| Function | Description |
|---|---|
| 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. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.