Metadata-Version: 2.1
Name: md.log
Version: 1.1.0
Summary: Logger
Home-page: UNKNOWN
License: License :: OSI Approved :: MIT License
Platform: UNKNOWN
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 (==1.*)

# md.log

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

## Architecture overview

![Architecture overview](docs/_static/architecture.class-diagram.svg)

## 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)


