| foobar2000 SDK
    2015-01-14
    | 
| Data Structures | |
| class | formatter | 
| class | timer_scope | 
| Functions | |
| void | complain (const char *what, const char *msg) | 
| void | complain (const char *what, std::exception const &e) | 
| void | error (const char *p_message) | 
| void | info (const char *p_message) | 
| void | info_location (const playable_location &src) | 
| void | info_location (const metadb_handle_ptr &src) | 
| void | print (const char *) | 
| void | print_location (const playable_location &src) | 
| void | print_location (const metadb_handle_ptr &src) | 
| void | printf (const char *,...) | 
| void | printfv (const char *, va_list p_arglist) | 
| void | warning (const char *p_message) | 
Namespace with functions for sending text to console. All functions are fully multi-thread safe, though they must not be called during dll initialization or deinitialization (e.g. static object constructors or destructors) when service system is not available.
| void console::complain | ( | const char * | what, | 
| const char * | msg | ||
| ) | 
Definition at line 21 of file console.cpp.
| void console::complain | ( | const char * | what, | 
| std::exception const & | e | ||
| ) | 
Definition at line 24 of file console.cpp.
| void console::error | ( | const char * | p_message | ) | 
Definition at line 5 of file console.cpp.
| void console::info | ( | const char * | p_message | ) | 
Definition at line 4 of file console.cpp.
| void console::info_location | ( | const playable_location & | src | ) | 
Definition at line 8 of file console.cpp.
| void console::info_location | ( | const metadb_handle_ptr & | src | ) | 
Definition at line 9 of file console.cpp.
| void console::print | ( | const char * | p_message | ) | 
Definition at line 28 of file console.cpp.
| void console::print_location | ( | const playable_location & | src | ) | 
Definition at line 16 of file console.cpp.
| void console::print_location | ( | const metadb_handle_ptr & | src | ) | 
Definition at line 11 of file console.cpp.
| void console::printf | ( | const char * | p_format, | 
| ... | |||
| ) | 
Definition at line 37 of file console.cpp.
| void console::printfv | ( | const char * | p_format, | 
| va_list | p_arglist | ||
| ) | 
Definition at line 45 of file console.cpp.
| void console::warning | ( | const char * | p_message | ) | 
Definition at line 6 of file console.cpp.
 1.8.9.1
 1.8.9.1