Skip to main content

easier to use original python provides a module of logging

Project description

This project has a lot of packages.

All package consists of the following:

CLogging

Issues : https://github.com/CarsonSlovoka/carson-logging/issues

USAGE

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')

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)

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.2.dev1.tar.gz (1.6 kB view details)

Uploaded Source

File details

Details for the file carson_logging-0.0.2.dev1.tar.gz.

File metadata

  • Download URL: carson_logging-0.0.2.dev1.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for carson_logging-0.0.2.dev1.tar.gz
Algorithm Hash digest
SHA256 c4084233e1e21813b6b42806fe2b6f27d4fb8df60a5c6631d98b3bbd28e14718
MD5 439c1442aca6120729a32049f9f37401
BLAKE2b-256 12229a9c0b0177aebf6c115cc46ccb9fbf3289e29723c0ff9fe890f26db28d08

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