native

log_to_file

Syntax

native log_to_file(const file[], const message[], any:...);

Description

Logs a message to the specified file

Parameters

string Formatting rules
... Variable number of formatting parameters

Note

The log will include a timestamp with the message.

Return

This function has no return value.