log_to_file
Syntax
native log_to_file(const file[], const message[], any:...);
Usage
| Parameter | Description |
|---|---|
| string | Formatting rules |
| ... | Variable number of formatting parameters |
Description
Logs a message to the specified file
Note
The log will include a timestamp with the message.
Return
This function has no return value.