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.1.0.tar.gz (6.9 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for carson-logging-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ca5423b463deac0a7b52910fd55f68296495f5fcb328bfc714b862ce0bd8bda2
MD5 93e546ecea2d7fcee78c9e5fbd71e5e2
BLAKE2b-256 6bbefb2bc5dc0c9d8de1572892cf1d6cad59540e6283e14fc229928cf13111eb

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