Skip to content

Commit 0d208f3

Browse files
committed
build
1 parent c17a98c commit 0d208f3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

print.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ <h2 id="log-let-else-queries"><a class="header" href="#log-let-else-queries">Log
12931293
<p>So far all that has been presented is the fmt subscriber for text output but Tracing can do more then that.
12941294
Note I haven't needed to use multiple subscribers, so far I just change globabl subscriber and leave it at that.</p>
12951295
<h2 id="bunyan-subscriber"><a class="header" href="#bunyan-subscriber">Bunyan Subscriber</a></h2>
1296-
<p>I don't know what bunyan formatter is just someone thought it was mentioning, who am I to disagree?
1296+
<p>I don't know what bunyan the format is, just someone<sup class="footnote-reference"><a href="#note">1</a></sup> thought it was worth mentioning, who am I to disagree?
12971297
<a href="https://crates.io/crates/tracing-bunyan-formatter">bunyan</a></p>
12981298
<h2 id="gizmo-subscriber"><a class="header" href="#gizmo-subscriber">Gizmo Subscriber</a></h2>
12991299
<p>Use to draw gizmos quickly, I have not yet used but I am likely to in future.
@@ -1303,6 +1303,9 @@ <h2 id="gizmo-subscriber"><a class="header" href="#gizmo-subscriber">Gizmo Subsc
13031303
<p>Therefore they are not fast but can be use for marking places such as where your lights are, or testing rotations.</p>
13041304
<p>(Plans are for 0.16 to change this to retained, this is written just before 0.15)</p>
13051305
<p><a href="https://docs.rs/crate/bevy_gizmo_log/latest">Gizmo subscriber</a></p>
1306+
<div class="footnote-definition" id="note"><sup class="footnote-definition-label">1</sup>
1307+
<p>Discord user ThierryBerger</p>
1308+
</div>
13061309
<div style="break-before: page; page-break-before: always;"></div><h1 id="performance"><a class="header" href="#performance">Performance</a></h1>
13071310
<h2 id="disclaimer"><a class="header" href="#disclaimer">Disclaimer</a></h2>
13081311
<p>I have not empirically measured any performance at all, so this is all a matter of if very obvious impacts.

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

subscribers.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h1 id="other-subscribers"><a class="header" href="#other-subscribers">Other Sub
177177
<p>So far all that has been presented is the fmt subscriber for text output but Tracing can do more then that.
178178
Note I haven't needed to use multiple subscribers, so far I just change globabl subscriber and leave it at that.</p>
179179
<h2 id="bunyan-subscriber"><a class="header" href="#bunyan-subscriber">Bunyan Subscriber</a></h2>
180-
<p>I don't know what bunyan formatter is just someone thought it was mentioning, who am I to disagree?
180+
<p>I don't know what bunyan the format is, just someone<sup class="footnote-reference"><a href="#note">1</a></sup> thought it was worth mentioning, who am I to disagree?
181181
<a href="https://crates.io/crates/tracing-bunyan-formatter">bunyan</a></p>
182182
<h2 id="gizmo-subscriber"><a class="header" href="#gizmo-subscriber">Gizmo Subscriber</a></h2>
183183
<p>Use to draw gizmos quickly, I have not yet used but I am likely to in future.
@@ -187,6 +187,9 @@ <h2 id="gizmo-subscriber"><a class="header" href="#gizmo-subscriber">Gizmo Subsc
187187
<p>Therefore they are not fast but can be use for marking places such as where your lights are, or testing rotations.</p>
188188
<p>(Plans are for 0.16 to change this to retained, this is written just before 0.15)</p>
189189
<p><a href="https://docs.rs/crate/bevy_gizmo_log/latest">Gizmo subscriber</a></p>
190+
<div class="footnote-definition" id="note"><sup class="footnote-definition-label">1</sup>
191+
<p>Discord user ThierryBerger</p>
192+
</div>
190193

191194
</main>
192195

0 commit comments

Comments
 (0)