#include <string>#include <boost/move/core.hpp>#include <boost/move/utility.hpp>#include <boost/log/detail/config.hpp>#include <boost/log/detail/locks.hpp>#include <boost/log/detail/default_attribute_names.hpp>#include <boost/log/keywords/channel.hpp>#include <boost/log/attributes/mutable_constant.hpp>#include <boost/log/utility/strictest_lock.hpp>#include <boost/log/core/record.hpp>#include <boost/log/detail/header.hpp>#include <boost/log/detail/footer.hpp>

Classes | |
| class | boost::sources::basic_channel_logger< BaseT, ChannelT > | 
| Channel feature implementation.  More... | |
| struct | boost::sources::channel< ChannelT > | 
| Channel support feature.  More... | |
| struct | boost::sources::channel< ChannelT >::apply< BaseT > | 
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::sources | |
Macros | |
| #define | BOOST_LOG_STREAM_CHANNEL(logger, chan) BOOST_LOG_STREAM_WITH_PARAMS((logger), (::boost::log::keywords::channel = (chan))) | 
| The macro allows to put a record with a specific channel name into log.  More... | |
| #define | BOOST_LOG_CHANNEL(logger, chan) BOOST_LOG_STREAM_CHANNEL(logger, chan) | 
| An equivalent to BOOST_LOG_STREAM_CHANNEL(logger, chan)  More... | |
The header contains implementation of a channel support feature.
| #define BOOST_LOG_CHANNEL | ( | logger, | |
| chan | |||
| ) | BOOST_LOG_STREAM_CHANNEL(logger, chan) | 
An equivalent to BOOST_LOG_STREAM_CHANNEL(logger, chan)
| #define BOOST_LOG_STREAM_CHANNEL | ( | logger, | |
| chan | |||
| ) | BOOST_LOG_STREAM_WITH_PARAMS((logger), (::boost::log::keywords::channel = (chan))) | 
The macro allows to put a record with a specific channel name into log.