/usr/include/boost/log/sinks
Edit: /usr/include/boost/log/sinks/event_log_backend.hpp (25962B)
/*
* 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 event_log_backend.hpp
* \author Andrey Semashev
* \date 07.11.2008
*
* The header contains a logging sink backend that uses Windows NT event log API
* for signaling application events.
*/
#ifndef BOOST_LOG_SINKS_EVENT_LOG_BACKEND_HPP_INCLUDED_
#define BOOST_LOG_SINKS_EVENT_LOG_BACKEND_HPP_INCLUDED_
#include
#ifdef BOOST_HAS_PRAGMA_ONCE
#pragma once
#endif
#ifndef BOOST_LOG_WITHOUT_EVENT_LOG
#include