Boost.UI
User Interface Boost library
Classes | Namespaces
log.hpp File Reference

Classes for logging. More...

Include dependency graph for log.hpp:

Go to the source code of this file.

Classes

class  boost::ui::log_string
 Logging stream class with output into provided uistring. More...
 
class  boost::ui::log
 Logging stream class. More...
 
class  boost::ui::log::fatal
 Shows error and abort immediately. More...
 
class  boost::ui::log::error
 Shows error dialog in idle time. More...
 
class  boost::ui::log::warning
 Shows warning dialog in idle time. More...
 
class  boost::ui::log::info
 Shows information dialog in idle time. More...
 
class  boost::ui::log::verbose
 Shows verbose information if application was started with –verbose option. More...
 
class  boost::ui::log::debug
 Shows information in debug log. More...
 
class  boost::ui::log::trace
 Shows information in debug log. More...
 

Namespaces

 boost
 Boost C++ libraries namespace.
 
 boost::ui
 Boost.UI library namespace.
 

Detailed Description

Classes for logging.