Metadata-Version: 2.5
Name: kaktus-logger
Version: 2.1.0
Import-Name: kaktus.logger
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.2
Requires-Dist: loguru>=0.7.3
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.
