log_amx
Syntax
native log_amx(const string[], any:...);
Usage
| Parameter | Description |
|---|---|
| string | Formatting rules |
| ... | Variable number of formatting parameters |
Description
Logs a message to the current AMXX log file.
Note
The message will automatically be tagged with the plugin's name and the log will include a timestamp with the message.
Return
This function has no return value.