Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
to_log.hpp File Reference
#include <iosfwd>
#include <boost/mpl/bool.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/utility/formatting_ostream_fwd.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for to_log.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::to_log_manip< T, TagT >
 Generic manipulator for customizing output to log. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename CharT , typename TraitsT , typename T , typename TagT >
std::basic_ostream< CharT,
TraitsT > & 
boost::operator<< (std::basic_ostream< CharT, TraitsT > &strm, to_log_manip< T, TagT > manip)
 
template<typename CharT , typename TraitsT , typename AllocatorT , typename T , typename TagT >
basic_formatting_ostream
< CharT, TraitsT, AllocatorT > & 
boost::operator<< (basic_formatting_ostream< CharT, TraitsT, AllocatorT > &strm, to_log_manip< T, TagT > manip)
 
template<typename T >
to_log_manip< Tboost::to_log (T const &value)
 
template<typename TagT , typename T >
to_log_manip< T, TagT > boost::to_log (T const &value)
 

Detailed Description

Author
Andrey Semashev
Date
06.11.2012

This header contains the to_log output manipulator.