]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/log/utility/setup.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / log / utility / setup.hpp
1 /*
2 * Copyright Andrey Semashev 2007 - 2015.
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_