/* * Copyright Andrey Semashev 2007 - 2015. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ /*! * \file sinks.hpp * \author Andrey Semashev * \date 13.07.2009 * * This header includes other Boost.Log headers with all sinks. */ #ifndef BOOST_LOG_SINKS_HPP_INCLUDED_ #define BOOST_LOG_SINKS_HPP_INCLUDED_ #include #include #include #if !defined(BOOST_LOG_NO_THREADS) #include #include #include #include #include #include #include #include #endif // !defined(BOOST_LOG_NO_THREADS) #include #include #include #include #include #ifdef BOOST_WINDOWS #include #include #endif // BOOST_WINDOWS #ifdef BOOST_HAS_PRAGMA_ONCE #pragma once #endif #endif // BOOST_LOG_SINKS_HPP_INCLUDED_