https://github.com/mhooreman/clalogger
Python logging setup from class point of view, with easy configuration
https://github.com/mhooreman/clalogger
logger logging python3
Last synced: 6 months ago
JSON representation
Python logging setup from class point of view, with easy configuration
- Host: GitHub
- URL: https://github.com/mhooreman/clalogger
- Owner: mhooreman
- License: mit
- Created: 2019-09-16T07:11:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T17:22:27.000Z (over 5 years ago)
- Last Synced: 2025-10-27T03:27:16.282Z (8 months ago)
- Topics: logger, logging, python3
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Security: SECURITY.rst
Awesome Lists containing this project
README
clalogger - Python logging from class point of view with easy configuration
===========================================================================
See doc/index.rst
This project provides a python ClaLogger class which have to be inherited and
provides logging which uses loggers based on the class name.
It also provides easy configuration features, via a `configfile` file.
Installation and requirements
-----------------------------
This requires `python >= 3.7`. It can be simply installed via `pip install
clalogger`.
Development also needs `pipenv`. You have to `cd` to the package directory and
run `pipenv shell`, followed by `pipenv install -d`. Development environment
can then easily be setup using `python setup.py develop`.
Building the documentation also requires `sphinx`. It is automatically
installed via `pipenv install d-`.
Contacts, issues and copyright
------------------------------
The author can be contacted on: michael_AT_hooreman_DOT_be
Issues can be described on the github project: https://github.com/mhooreman/clalogger
Copyright (C) 2019 Michaël Hooreman
Released under the terms of the MIT license, see LICENSE.