Skip to main content

Logging in console and collect to file !

Project description

Logger Module X

Just logging python file !

Installation

Use the package manager pip to install foobar.

pip install loggermodule-X

Usage

from loggermodule_X import configLogger

log = configLogger(__name__, __file__, console_lv='INFO', file_lv='ERROR')

log.info('INFO')
log.debug('DEBUG')
log.error('ERROR')
log.warning('WARNING')

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

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

loggermodule_X-1.0.3.tar.gz (2.7 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