LogToFileEx
Same as LogToFile(), except no plugin logtag is prepended.
native 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.
Return Value
voidError
File could not be opened/written.