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

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< T > | boost::to_log (T const &value) | 
| template<typename TagT , typename T > | |
| to_log_manip< T, TagT > | boost::to_log (T const &value) | 
This header contains the to_log output manipulator.