mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
Auto-generate the table of contents in logging doc
The logging doc had a hand-written table of contents instead of using the automatic XSL generated one. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
e86ee41bc1
commit
a9bcd60e31
@ -3,27 +3,14 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<body>
|
<body>
|
||||||
<h1 >Logging in the library and the daemon</h1>
|
<h1 >Logging in the library and the daemon</h1>
|
||||||
|
|
||||||
<p>Libvirt includes logging facilities starting from version 0.6.0,
|
<p>Libvirt includes logging facilities starting from version 0.6.0,
|
||||||
this complements the <a href="errors.html">error handling</a>
|
this complements the <a href="errors.html">error handling</a>
|
||||||
mechanism and APIs to allow tracing through the execution of the
|
mechanism and APIs to allow tracing through the execution of the
|
||||||
library as well as in the libvirtd daemon.</p>
|
library as well as in the libvirtd daemon.</p>
|
||||||
<ul>
|
|
||||||
<li>
|
<ul id="toc"/>
|
||||||
<a href="#log_library">Logging in the library</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#log_config">Configuring logging in the library</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#log_daemon">Logging in the daemon</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#log_syntax">Syntax for filters and output values</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#log_examples">Examples</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<h2>
|
<h2>
|
||||||
<a name="log_library">Logging in the library</a>
|
<a name="log_library">Logging in the library</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user