easier to use original python provides a module of logging
Project description
1 Install
pip install carson-logging
2 import packages
from Carson3.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
Release history Release notifications | RSS feed
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.4.tar.gz
(7.2 kB
view details)
File details
Details for the file carson-logging-0.0.4.tar.gz
.
File metadata
- Download URL: carson-logging-0.0.4.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cf8d0033f464514a94a7ced633ad972573e5ebcecd48a4fc9aa9449869b2206c
|
|
MD5 |
80ad18386020441c69a8b79d5b0756a4
|
|
BLAKE2b-256 |
8c7c778e759aadcf3c402e64f957ed89cf31003a82cfc48007ba5ed8a9fd06ad
|