Boost.UI
User Interface Boost library
|
Shows information in debug log. More...
Additional Inherited Members | |
Public Member Functions inherited from boost::ui::log_string | |
log_string (uistring &str) | |
Constructs log using string for output. | |
log_string & | location (const char *file, int line=-1, const char *fn=NULL) |
Logs caller location in the source code. | |
log_string & | raw (const uistring &value) |
Logs string without quotes. | |
log_string & | spaces (bool show=true) |
Inserts white space delitimers between output values. | |
log_string & | nospaces () |
Inserts white space delitimers between output values. | |
log_string & | quotes (bool show=true) |
Adds quotes near string and character output values. | |
log_string & | noquotes () |
Adds quotes near string and character output values. | |
log_string & | operator<< (char value) |
Logs value. | |
log_string & | operator<< (const char *value) |
Logs value. | |
log_string & | operator<< (const std::string &value) |
Logs value. | |
log_string & | operator<< (wchar_t value) |
Logs value. | |
log_string & | operator<< (const wchar_t *value) |
Logs value. | |
log_string & | operator<< (const std::wstring &value) |
Logs value. | |
log_string & | operator<< (const uistring &value) |
Logs value. | |
template<class T > | |
log_string & | operator<< (const T &value) |
Logs value. | |
Related Functions inherited from boost::ui::log | |
#define | BOOST_UI_LOG ::boost::ui::log().location(__FILE__, __LINE__, BOOST_CURRENT_FUNCTION) |
Logs current file, line and function. | |
Shows information in debug log.