Metadata-Version: 2.4
Name: md.log
Version: 3.2.1
Summary: Logger
License: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: psr.log==2.*
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# md.log

md.log is advanced [psr.log 2](../psr.log) contract implementation component 
that provides API to perform application logging.

## Architecture overview

[![Architecture overview][architecture-overview]][architecture-overview]

## Install

```sh
pip install md.log --index-url https://source.md.land/python/
```

## [Documentation](docs/index.md)

Read documentation with examples: https://development.md.land/python/md.log/

## Integration with [md.di](../md.di/)

Take a look for [md.bridge.di_log](../md.bridge.di.log/) that simplifies 
dependency initialization and integration into application built on top of [md.di](../md.di/)

## [Changelog](changelog.md)
## [License (MIT)](license.md)

[architecture-overview]: docs/_static/architecture.class-diagram.svg
