Logs a message to any file. The log message will be in the normal SourceMod format, with the plugin logtag prepended.
void LogToFile(const char[] file, const char[] format, any... ...)
File to write the log message in.
String format.
Format arguments.
File could not be opened/written.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.