You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/writing/logging.rst
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ The :mod:`logging` module has been a part of Python's Standard Library since
10
10
version 2.3. It is succinctly described in :pep:`282`. The documentation
11
11
is notoriously hard to read, except for the `basic logging tutorial`_.
12
12
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
+
13
15
Logging serves two purposes:
14
16
15
17
- **Diagnostic logging** records events related to the application's
0 commit comments