native

log_amx

Syntax

native log_amx(const string[], any:...);

Description

Logs a message to the current AMXX log file.

Parameters

string Formatting rules
... Variable number of formatting parameters

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.