comparison DEPENDENCIES/generic/include/boost/log/utility/setup.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children c530137014c0
comparison
equal deleted inserted replaced
15:663ca0da4350 16:2665513ce2d3
1 /*
2 * Copyright Andrey Semashev 2007 - 2013.
3 * Distributed under the Boost Software License, Version 1.0.
4 * (See accompanying file LICENSE_1_0.txt or copy at
5 * http://www.boost.org/LICENSE_1_0.txt)
6 */
7 /*!
8 * \file setup.hpp
9 * \author Andrey Semashev
10 * \date 16.02.2013
11 *
12 * This header includes all library setup helpers.
13 */
14
15 #ifndef BOOST_LOG_UTILITY_SETUP_HPP_INCLUDED_
16 #define BOOST_LOG_UTILITY_SETUP_HPP_INCLUDED_
17
18 #include <boost/log/detail/setup_config.hpp>
19
20 #include <boost/log/utility/setup/common_attributes.hpp>
21
22 #include <boost/log/utility/setup/console.hpp>
23 #include <boost/log/utility/setup/file.hpp>
24
25 #include <boost/log/utility/setup/from_settings.hpp>
26 #include <boost/log/utility/setup/from_stream.hpp>
27
28 #include <boost/log/utility/setup/settings.hpp>
29 #include <boost/log/utility/setup/settings_parser.hpp>
30 #include <boost/log/utility/setup/filter_parser.hpp>
31 #include <boost/log/utility/setup/formatter_parser.hpp>
32
33 #ifdef BOOST_HAS_PRAGMA_ONCE
34 #pragma once
35 #endif
36
37 #endif // BOOST_LOG_UTILITY_SETUP_HPP_INCLUDED_