Signature
native log_to_file(const file[], const message[], any:...);
Description
Logs a message to the specified file
Notes
- The log will include a timestamp with the message.
Parameters
- file — Path to logfile
- message — Formatting rules
- ... — Variable number of formatting parameters
No return value