<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../../tracing_log/all.html"title="show sidebar"></a></div><inputclass="search-input"name="search"aria-label="Run search in the documentation"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"><divid="help-button"tabindex="-1"><ahref="../../help.html"title="help">?</a></div><divid="settings-menu"tabindex="-1"><ahref="../../settings.html"title="settings"><imgwidth="22"height="22"alt="Change settings"src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><sectionid="main-content"class="content"><divclass="main-heading"><h1>Module <ahref="../index.html">tracing_log</a>::<wbr><aclass="mod"href="#">log_tracer</a><buttonid="copy-path"title="Copy item path to clipboard"><imgsrc="../../static.files/clipboard-7571035ce49a181d.svg"width="19"height="18"alt="Copy item path"></button></h1><spanclass="out-of-band"><aclass="src"href="../../src/tracing_log/log_tracer.rs.html#1-307">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>An adapter for converting <ahref="../../log/index.html"title="mod log"><code>log</code></a> records into <code>tracing</code><code>Event</code>s.</p>
<p>This module provides the <ahref="../struct.LogTracer.html"title="struct tracing_log::LogTracer"><code>LogTracer</code></a> type which implements <code>log</code>’s <ahref="../../log/trait.Log.html"title="trait log::Log">logger
interface</a> by recording log records as <code>tracing</code><code>Event</code>s. This is intended for
use in conjunction with a <code>tracing</code><code>Subscriber</code> to consume events from
dependencies that emit <ahref="../../log/index.html"title="mod log"><code>log</code></a> records within a trace context.</p>
<p>To create and initialize a <code>LogTracer</code> with the default configurations, use:</p>
<ul>
<li><ahref="LogTracer.html#method.init"><code>init</code></a> if you want to convert all logs, regardless of log level,
allowing the tracing <code>Subscriber</code> to perform any filtering</li>
<li><ahref="LogTracer.html#method.init_with_filter"><code>init_with_filter</code></a> to convert all logs up to a specified log level</li>
</ul>
<p>In addition, a <ahref="../struct.LogTracer.html#method.builder"title="associated function tracing_log::LogTracer::builder">builder</a> is available for cases where more advanced
configuration is required. In particular, the builder can be used to <ahref="struct.Builder.html#method.ignore_crate"title="method tracing_log::log_tracer::Builder::ignore_crate">ignore
log records</a> emitted by particular crates. This is useful in cases
such as when a crate emits both <code>tracing</code> diagnostics <em>and</em> log records by
</div></details><h2id="structs"class="section-header">Structs<ahref="#structs"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="struct"href="struct.Builder.html"title="struct tracing_log::log_tracer::Builder">Builder</a></div><divclass="desc docblock-short">Configures a new <code>LogTracer</code>.</div></li><li><divclass="item-name"><aclass="struct"href="struct.LogTracer.html"title="struct tracing_log::log_tracer::LogTracer">LogTracer</a></div><divclass="desc docblock-short">A simple “logger” that converts all log records into <code>tracing</code><code>Event</code>s.</div></li><li><divclass="item-name"><aclass="struct"href="struct.SetLoggerError.html"title="struct tracing_log::log_tracer::SetLoggerError">SetLoggerError</a></div><divclass="desc docblock-short">The type returned by <ahref="fn.set_logger.html"><code>set_logger</code></a> if <ahref="fn.set_logger.html"><code>set_logger</code></a> has already been called.</div></li></ul></section></div></main></body></html>