LogToFileEx Function

Same as LogToFile(), except no plugin logtag is prepended.

void LogToFileEx(const char[] file, const char[] format, any... ...)

Parameters

const char[] file

File to write the log message in.

const char[] format

String format.

any... ...

Format arguments.

Errors

File could not be opened/written.