Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
channel_feature.hpp File Reference
#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>
Include dependency graph for channel_feature.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Author
Andrey Semashev
Date
28.02.2008

The header contains implementation of a channel support feature.

Macro Definition Documentation

#define BOOST_LOG_CHANNEL (   logger,
  chan 
)    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.