![]() |
Andrey Semashev
07.11.2008
The header contains a logging sink backend that outputs log records to the debugger.
namespace boost { namespace log { namespace sinks { template<typename CharT> class basic_debug_output_backend; typedef basic_debug_output_backend< char > debug_output_backend; // Convenience typedef for narrow-character logging. typedef basic_debug_output_backend< wchar_t > wdebug_output_backend; // Convenience typedef for wide-character logging. } } }