DDraceNetwork Documentation
Loading...
Searching...
No Matches
Deprecated List
Member dbg_msg (const char *sys, const char *fmt,...)
Use log_* functions with appropriate severity instead.
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.