|
Boost.UI
User Interface Boost library
|
Logging stream class. More...
Classes | |
| class | debug |
| Shows information in debug log. More... | |
| class | error |
| Shows error dialog in idle time. More... | |
| class | fatal |
| Shows error and abort immediately. More... | |
| class | info |
| Shows information dialog in idle time. More... | |
| class | trace |
| Shows information in debug log. More... | |
| class | verbose |
| Shows verbose information if application was started with –verbose option. More... | |
| class | warning |
| Shows warning dialog in idle time. More... | |
Related Functions | |
(Note that these are not member functions.) | |
| #define | BOOST_UI_LOG ::boost::ui::log().location(__FILE__, __LINE__, BOOST_CURRENT_FUNCTION) |
| Logs current file, line and function. | |
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. | |
Logging stream class.