boost/libs/log/doc/html/core_components.html
2021-10-05 21:37:46 +02:00

96 lines
6.5 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Core components</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Chapter 1. Boost.Log v2">
<link rel="up" href="log/reference.html" title="Reference">
<link rel="prev" href="BOOST_LOG_TRIVIAL.html" title="Macro BOOST_LOG_TRIVIAL">
<link rel="next" href="boost/log/core.html" title="Class core">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="BOOST_LOG_TRIVIAL.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="log/reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost/log/core.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="core_components"></a>Core components</h3></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="core_components.html#header.boost.log.core.core_hpp">Header &lt;boost/log/core/core.hpp&gt;</a></span></dt>
<dt><span class="section"><a href="core_components.html#header.boost.log.core.record_hpp">Header &lt;boost/log/core/record.hpp&gt;</a></span></dt>
<dt><span class="section"><a href="core_components.html#header.boost.log.core.record_view_hpp">Header &lt;boost/log/core/record_view.hpp&gt;</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="header.boost.log.core.core_hpp"></a>Header &lt;<a href="../../../../boost/log/core/core.hpp" target="_top">boost/log/core/core.hpp</a>&gt;</h4></div></div></div>
<p>Andrey Semashev </p>
<p>
</p>
<p>19.04.2007</p>
<p>
This header contains logging core class definition. </p>
<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">log</span> <span class="special">{</span>
<span class="keyword">class</span> <a class="link" href="boost/log/core.html" title="Class core">core</a><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">shared_ptr</span><span class="special">&lt;</span> <a class="link" href="boost/log/core.html" title="Class core">core</a> <span class="special">&gt;</span> <a name="boost.log.core_ptr"></a><span class="identifier">core_ptr</span><span class="special">;</span>
<span class="special">}</span>
<span class="special">}</span></pre>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="header.boost.log.core.record_hpp"></a>Header &lt;<a href="../../../../boost/log/core/record.hpp" target="_top">boost/log/core/record.hpp</a>&gt;</h4></div></div></div>
<p>Andrey Semashev </p>
<p>
</p>
<p>09.03.2009</p>
<p>
This header contains a logging record class definition. </p>
<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">log</span> <span class="special">{</span>
<span class="keyword">class</span> <a class="link" href="boost/log/record.html" title="Class record">record</a><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="boost/log/swap_idm45858124253008.html" title="Function swap"><span class="identifier">swap</span></a><span class="special">(</span><a class="link" href="boost/log/record.html" title="Class record">record</a> <span class="special">&amp;</span><span class="special">,</span> <a class="link" href="boost/log/record.html" title="Class record">record</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span>
<span class="special">}</span></pre>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="header.boost.log.core.record_view_hpp"></a>Header &lt;<a href="../../../../boost/log/core/record_view.hpp" target="_top">boost/log/core/record_view.hpp</a>&gt;</h4></div></div></div>
<p>Andrey Semashev </p>
<p>
</p>
<p>09.03.2009</p>
<p>
This header contains a logging record view class definition. </p>
<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">log</span> <span class="special">{</span>
<span class="keyword">class</span> <a class="link" href="boost/log/record_view.html" title="Class record_view">record_view</a><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="boost/log/swap_idm45858124194064.html" title="Function swap"><span class="identifier">swap</span></a><span class="special">(</span><a class="link" href="boost/log/record_view.html" title="Class record_view">record_view</a> <span class="special">&amp;</span><span class="special">,</span> <a class="link" href="boost/log/record_view.html" title="Class record_view">record_view</a> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span>
<span class="special">}</span></pre>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2007-2021 Andrey Semashev<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>).
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="BOOST_LOG_TRIVIAL.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="log/reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost/log/core.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>