Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22e11f4

Browse filesBrowse files
committed
add paragraph on loguru to logging section
1 parent ad05712 commit 22e11f4
Copy full SHA for 22e11f4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎docs/writing/logging.rst

Copy file name to clipboardExpand all lines: docs/writing/logging.rst
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The :mod:`logging` module has been a part of Python's Standard Library since
1010
version 2.3. It is succinctly described in :pep:`282`. The documentation
1111
is notoriously hard to read, except for the `basic logging tutorial`_.
1212

13+
As an alternative, `loguru <https://github.com/Delgan/loguru>`_ provides an approach to logging nearly as simple as using a simple ``print`` statement.
14+
1315
Logging serves two purposes:
1416

1517
- **Diagnostic logging** records events related to the application's

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.