This commit is contained in:
babolivier 2021-07-08 16:17:04 +00:00
parent 62ca310ed9
commit 13ae16c9d4
4 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,7 @@ the current log context (as well as providing the <code>LoggingContextFilter</co
class).</p> class).</p>
<p>Deferreds make the whole thing complicated, so this document describes <p>Deferreds make the whole thing complicated, so this document describes
how it all works, and how to write code which follows the rules.</p> how it all works, and how to write code which follows the rules.</p>
<p>##Logcontexts without Deferreds</p> <h2 id="logcontexts-without-deferreds"><a class="header" href="#logcontexts-without-deferreds">Logcontexts without Deferreds</a></h2>
<p>In the absence of any Deferred voodoo, things are simple enough. As with <p>In the absence of any Deferred voodoo, things are simple enough. As with
any code of this nature, the rule is that our function should leave any code of this nature, the rule is that our function should leave
things as it found them:</p> things as it found them:</p>

View File

@ -11794,7 +11794,7 @@ the current log context (as well as providing the <code>LoggingContextFilter</co
class).</p> class).</p>
<p>Deferreds make the whole thing complicated, so this document describes <p>Deferreds make the whole thing complicated, so this document describes
how it all works, and how to write code which follows the rules.</p> how it all works, and how to write code which follows the rules.</p>
<p>##Logcontexts without Deferreds</p> <h2 id="logcontexts-without-deferreds"><a class="header" href="#logcontexts-without-deferreds">Logcontexts without Deferreds</a></h2>
<p>In the absence of any Deferred voodoo, things are simple enough. As with <p>In the absence of any Deferred voodoo, things are simple enough. As with
any code of this nature, the rule is that our function should leave any code of this nature, the rule is that our function should leave
things as it found them:</p> things as it found them:</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long