Metadata-Version: 2.4
Name: kaktus-logger
Version: 1.1.0
Summary: Logger with extensive settings
Project-URL: Repository, https://github.com/3elenyi-Kaktus/logger
Author: 3elenyi Kaktus
License-Expression: MIT
License-File: LICENSE
Keywords: logger
Requires-Python: >=3.10
Requires-Dist: kaktus-json-helpers>=4.0.1
Description-Content-Type: text/markdown

# Logger

### _by 3elenyi Kaktus_

Module with customizable logger.

## Usage concept

This module contains implementation of dual logger: console and file one. Since they are fully customizable, all data such as formatters and logger classes are loaded from python. All formatters must be inherited from `BaseFormatter` class.