Boost C++ Libraries

PrevUpHomeNext

Header <boost/log/sinks/sink.hpp>

Andrey Semashev

22.04.2007

The header contains an interface declaration for all sinks. This interface is used by the logging core to feed log records to sinks.

namespace boost {
  namespace log {
    namespace sinks {
      template<typename CharT> class sink;
    }
  }
}

PrevUpHomeNext