awesomelog

Bootstrap for console and file logging configuration


License
Other
Install
pip install awesomelog==1.4.0

Documentation



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

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:

from awesomelog import logging

Installation

You can install using pip:

pip install awesomelog

License

MIT