- Member IConsole::Print (int Level, const char *pFrom, const char *pStr, ColorRGBA PrintColor=gs_ConsoleDefaultColor) const =0
- Prefer using the
log_*
functions from base/log.h instead of this function for the following reasons:
- They support
printf
-formatting without a separate buffer.
- They support all five log levels.
- They do not require a pointer to
IConsole
to be used.