Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.