CLog

This class can log data to the Angelscript log file.

Type: Reference type

Methods

Declaration Description
bool PrintF(const string& in szFormat) Prints formatted data to the file. Uses SC printf formatting style.
bool PrintF(const string& in szFormat, ?& in) Prints formatted data to the file. Uses SC printf formatting style.
bool PrintF(const string& in szFormat, ?& in, ?& in) Prints formatted data to the file. Uses SC printf formatting style.
bool PrintF(const string& in szFormat, ?& in, ?& in, ?& in) Prints formatted data to the file. Uses SC printf formatting style.
bool PrintF(const string& in szFormat, ?& in, ?& in, ?& in, ?& in) Prints formatted data to the file. Uses SC printf formatting style.
bool PrintF(const string& in szFormat, ?& in, ?& in, ?& in, ?& in, ?& in) Prints formatted data to the file. Uses SC printf formatting style.
bool PrintF(const string& in szFormat, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in) Prints formatted data to the file. Uses SC printf formatting style.
bool PrintF(const string& in szFormat, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in) Prints formatted data to the file. Uses SC printf formatting style.
bool PrintF(const string& in szFormat, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in, ?& in) Prints formatted data to the file. Uses SC printf formatting style.