We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1846d commit e2802f3Copy full SHA for e2802f3
README.md
@@ -957,7 +957,7 @@ class <name>:
957
print(<el>)
958
print(f'{<el>}')
959
raise Exception(<el>)
960
-logging.debug(<el>)
+loguru.logger.debug(<el>)
961
csv.writer(<file>).writerow([<el>])
962
```
963
index.html
@@ -924,7 +924,7 @@
924
<div><h4 id="strusecases">Str() use cases:</h4><pre><code class="python language-python hljs">print(<el>)
925
print(<span class="hljs-string">f'<span class="hljs-subst">{<el>}</span>'</span>)
926
<span class="hljs-keyword">raise</span> Exception(<el>)
927
-logging.debug(<el>)
+loguru.logger.debug(<el>)
928
csv.writer(<file>).writerow([<el>])
929
</code></pre></div>
930
0 commit comments