Skip to content

Commit 3b9543e

Browse files
committed
Update content
1 parent 9f41819 commit 3b9543e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/Tech/Python/Logging.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
## Libraries
3+
4+
- [[Loguru]]
5+
6+
## References
7+
8+
https://betterstack.com/community/guides/logging/best-python-logging-libraries/

docs/Tech/Python/Useful Libraries/Loguru.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#python #logging
2+
13
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.
24

35
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

Comments
 (0)