Boost C++ LibrariesSourceForge.net Logo

PrevUpHomeNext

Other libraries support layer

Header <boost/log/support/exception.hpp>
Header <boost/log/support/regex.hpp>
Header <boost/log/support/spirit_classic.hpp>
Header <boost/log/support/spirit_qi.hpp>
Header <boost/log/support/xpressive.hpp>

Andrey Semashev

18.07.2009

This header enables Boost.Exception support for Boost.Log.


BOOST_LOG_SUPPORT_EXCEPTION_HPP_INCLUDED_
namespace boost {
  namespace log {
    template<typename CharT> 
      error_info< current_scope_info_tag, attributes::basic_named_scope_list< CharT >> 
      current_scope();
  }
}

Andrey Semashev

18.07.2009

This header enables Boost.Regex support for Boost.Log.


BOOST_LOG_SUPPORT_REGEX_HPP_INCLUDED_

Andrey Semashev

19.07.2009

This header enables Boost.Spirit (classic) support for Boost.Log.


BOOST_LOG_SUPPORT_SPIRIT_CLASSIC_HPP_INCLUDED_
BOOST_SPIRIT_THREADSAFE

Andrey Semashev

19.07.2009

This header enables Boost.Spirit.Qi support for Boost.Log.


BOOST_LOG_SUPPORT_SPIRIT_QI_HPP_INCLUDED_

Andrey Semashev

18.07.2009

This header enables Boost.Xpressive support for Boost.Log.


BOOST_LOG_SUPPORT_XPRESSIVE_HPP_INCLUDED_

PrevUpHomeNext