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/Tech/Python/Useful Libraries/Loguru.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
#python #logging
2
+
1
3
The "loguru" library is an open-source Python library designed to simplify logging in applications. It was created by Sébastien Eustace and is available on PyPI for installation.
2
4
3
5
The main goal of the "loguru" library is to provide an easy-to-use and flexible logging interface with a syntax that is both concise and expressive. It aims to improve upon the standard library's `logging` module by offering a more intuitive API and additional features.
0 commit comments