SIP logging module.
Project description
SIP logging module
Provides a function for initialising the SIP logger. This uses a custom logging formatter class which prints log messages with microsecond timestamps.
Usage:
import logging
from sip_logging import init_logger
def foo():
log = logging.getLogger('sip.foo')
log.info('hello world!')
if __name__ == '__main__':
init_logger()
foo()
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
skasip_logging-1.0.8.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skasip_logging-1.0.8.tar.gz.
File metadata
- Download URL: skasip_logging-1.0.8.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ad251cc30e305bb3c62f048be40051873ec3adc68f53683ba9e1e3c0c9829d3
|
|
| MD5 |
3018a2858e4cd890d249cbc90e323a69
|
|
| BLAKE2b-256 |
c67165d91507c906ff050ec4544e9ea6a5bd2d94d1c1b9c2bfe788ac6d4d1044
|
File details
Details for the file skasip_logging-1.0.8-py3-none-any.whl.
File metadata
- Download URL: skasip_logging-1.0.8-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d03039ed1c0cf05a4e797178cb237929299fc3685726f11c03c55a5d4cec7c93
|
|
| MD5 |
263d44176d0fe1c68699b66ea6e635e6
|
|
| BLAKE2b-256 |
c729b5e44a5de98868413e58e457b766976c60de7fd0639ffd6a120d603cc8f7
|