Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepmsquare/square_logger
python logger for my personal use.
https://github.com/thepmsquare/square_logger
logger
Last synced: about 2 months ago
JSON representation
python logger for my personal use.
- Host: GitHub
- URL: https://github.com/thepmsquare/square_logger
- Owner: thepmsquare
- Created: 2023-08-25T09:27:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T14:56:51.000Z (7 months ago)
- Last Synced: 2024-09-15T00:10:48.845Z (4 months ago)
- Topics: logger
- Language: Python
- Homepage: https://pypi.org/project/square-logger/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# square_logger
## about
python logger for my personal use.
## env
python >= 3.9.6
## changelog
### v1.0.6
- remove config and move variable as init parameters for SquareLogger class.
- import SquareLogger in __init__.py### v1.0.5
- change config default to relative path.
### v1.0.4
- Added a new configuration option backupCount to specify the number of backup log files to retain during rotation in
the logger.### v1.0.3
- config is being read using lapa_commons.
### v1.0.2
- create log path folder if they don't exist.
- change config default to relative path.### v1.0.1
- bug fix in auto_logger and implement async_auto_logger.
### v1.0.0
- initial implementation.