4     void info(
const char * p_message);
     5     void error(
const char * p_message);
     6     void warning(
const char * p_message);
    12     void print(
const char*);
    13     void printf(
const char*,...);
    14     void printfv(
const char*,va_list p_arglist);
    21 #define FB2K_console_formatter() ::console::formatter()._formatter()    23     void complain(
const char * what, 
const char * msg);
    28         timer_scope(
const char * name) : m_name(name) {m_timer.start();}
    43     virtual void print(
const char * p_message,
t_size p_message_length) = 0;
 void warning(const char *p_message)
void info(const char *p_message)
void info_location(const playable_location &src)
void complain(const char *what, const char *msg)
void printf(const char *,...)
timer_scope(const char *name)
string8_fastalloc string_formatter
Interface receiving console output. Do not call directly; use console namespace functions instead...
Base class for all service classes. Provides interfaces for reference counter and querying for differ...
void print_location(const playable_location &src)
Namespace with functions for sending text to console. All functions are fully multi-thread safe...
void error(const char *p_message)
void printfv(const char *, va_list p_arglist)