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.4.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.4.tar.gz.
File metadata
- Download URL: skasip_logging-1.0.4.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 |
de5b4f74c8cc4e9ecbf6cd09f45d0d3edfc3cf43b6a3db772c91afb52bcc3f54
|
|
| MD5 |
93a234d1fa9cd3e0e19245501db2c2d5
|
|
| BLAKE2b-256 |
c56bd5c526dbb85cb61c8b871a147a9832a60f1607cd490e461a0993a3e58441
|
File details
Details for the file skasip_logging-1.0.4-py3-none-any.whl.
File metadata
- Download URL: skasip_logging-1.0.4-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 |
61c338a467b44e9809db8edfaf3ba08153dced5499e601eb1d4df448436f200a
|
|
| MD5 |
b9b4da6873dd1c41346a9e0f7d640a96
|
|
| BLAKE2b-256 |
df76c244bbaefbf6fb7ccabb3ddeb9ce9501df02e0b3b57c37e41bbb909579bc
|