/usr/include/boost/log/sinks
Edit: /usr/include/boost/log/sinks/attribute_mapping.hpp (8397B)
/*
* 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 attribute_mapping.hpp
* \author Andrey Semashev
* \date 07.11.2008
*
* The header contains facilities that are used in different sinks to map attribute values
* used throughout the application to values used with the specific native logging API.
* These tools are mostly needed to map application severity levels on native levels,
* required by OS-specific sink backends.
*/
#ifndef BOOST_LOG_SINKS_ATTRIBUTE_MAPPING_HPP_INCLUDED_
#define BOOST_LOG_SINKS_ATTRIBUTE_MAPPING_HPP_INCLUDED_
#include