• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Core components</title>
5<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="index.html" title="Chapter 1. Boost.Log v2">
8<link rel="up" href="log/reference.html" title="Reference">
9<link rel="prev" href="BOOST_LOG_TRIVIAL.html" title="Macro BOOST_LOG_TRIVIAL">
10<link rel="next" href="boost/log/core.html" title="Class core">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td></tr></table>
14<hr>
15<div class="spirit-nav">
16<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>
17</div>
18<div class="section">
19<div class="titlepage"><div><div><h3 class="title">
20<a name="core_components"></a>Core components</h3></div></div></div>
21<div class="toc"><dl class="toc">
22<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>
23<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>
24<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>
25</dl></div>
26<div class="section">
27<div class="titlepage"><div><div><h4 class="title">
28<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>
29<p>Andrey Semashev </p>
30<p>
31
32</p>
33<p>19.04.2007</p>
34<p>
35
36This header contains logging core class definition. </p>
37<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
38  <span class="keyword">namespace</span> <span class="identifier">log</span> <span class="special">{</span>
39    <span class="keyword">class</span> <a class="link" href="boost/log/core.html" title="Class core">core</a><span class="special">;</span>
40
41    <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>
42  <span class="special">}</span>
43<span class="special">}</span></pre>
44</div>
45<div class="section">
46<div class="titlepage"><div><div><h4 class="title">
47<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>
48<p>Andrey Semashev </p>
49<p>
50
51</p>
52<p>09.03.2009</p>
53<p>
54
55This header contains a logging record class definition. </p>
56<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
57  <span class="keyword">namespace</span> <span class="identifier">log</span> <span class="special">{</span>
58    <span class="keyword">class</span> <a class="link" href="boost/log/record.html" title="Class record">record</a><span class="special">;</span>
59    <span class="keyword">void</span> <a class="link" href="boost/log/swap_idm46079581049072.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>
60  <span class="special">}</span>
61<span class="special">}</span></pre>
62</div>
63<div class="section">
64<div class="titlepage"><div><div><h4 class="title">
65<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>
66<p>Andrey Semashev </p>
67<p>
68
69</p>
70<p>09.03.2009</p>
71<p>
72
73This header contains a logging record view class definition. </p>
74<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
75  <span class="keyword">namespace</span> <span class="identifier">log</span> <span class="special">{</span>
76    <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>
77    <span class="keyword">void</span> <a class="link" href="boost/log/swap_idm46079580990128.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>
78  <span class="special">}</span>
79<span class="special">}</span></pre>
80</div>
81</div>
82<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
83<td align="left"></td>
84<td align="right"><div class="copyright-footer">Copyright © 2007-2019 Andrey Semashev<p>
85        Distributed under the Boost Software License, Version 1.0. (See accompanying
86        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>).
87      </p>
88</div></td>
89</tr></table>
90<hr>
91<div class="spirit-nav">
92<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>
93</div>
94</body>
95</html>
96