Skip to main content

easier to use original python provides a module of logging

Project description

1 Install

  • pip install carson-logging

2 import packages

from Carson.Class.Logging import CLogging

3 USAGE

3.1 Basic

log = CLogging("log_name", "temp_dir/xxx.log")
log.info('info msg')
log.debug('info msg')
log.warning('info msg')
log.error('info msg')
log.critical('info msg')

3.2 Advanced

my_define_format = logging.Formatter(u'%(asctime)s|%(levelname)s|%(name)s|%(message)s')
log = CLogging("log_name", "C:dir/xxx.log", logging.INFO, 'w', my_define_format, stream_handler_on=True, stream_level=logging.ERROR)

4 Issues

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

carson-logging-0.0.5.tar.gz (7.2 kB view details)

Uploaded Source

File details

Details for the file carson-logging-0.0.5.tar.gz.

File metadata

  • Download URL: carson-logging-0.0.5.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for carson-logging-0.0.5.tar.gz
Algorithm Hash digest
SHA256 b5a0fd02989d5cdc62ed09682db2749618ac69579a70bad8f62efaf67370e751
MD5 2efe6e13d6af433bfcb2af36632e11a7
BLAKE2b-256 434a99affd7dba50393871b7b0eb6fb82618b68cf758caa12f40fd531fc13921

See more details on using hashes here.

Supported by

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