Skip to main content

Bootstrap for console and file logging configuration

Project description

<div align="center">
<img src="https://github.com/rtogo/awesomelog/blob/master/doc/example1.png"><br>
</div>

-----------------

# awesomelog: beatiful console and file logging

## What is it
awesomelog is a Python package providing good looking console and file logging
configuration.

AwesomeLog is not a new logging framework, it's only a good looking
configuration for the bult-in `logging` package.

You just import it and move on with your coding.

## Example
```python
import awesomelog
import logging

logger = logging.getLogger(__name__)
logger.info('Log info example')
logger.debug('Log debug example')
```

You can also import logging directly from awesomelog:
```python
from awesomelog import logging
```

## Installation
You can install using `pip`:
```
pip install awesomelog
```

## License
MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awesomelog-1.1.1.zip (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page