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.11.tar.gz
(2.4 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.11.tar.gz.
File metadata
- Download URL: skasip_logging-1.0.11.tar.gz
- Upload date:
- Size: 2.4 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 |
b28362b698dbebe328600734ba40b4e65a3250ba3be08f146f407ddfe588cb8f
|
|
| MD5 |
76c852a980241bf2bb0f6d11a20b44dc
|
|
| BLAKE2b-256 |
12cf787c2ca5bc4b94848766dca4f67eae98d80840908f0bda3c5c3eb6b354ec
|
File details
Details for the file skasip_logging-1.0.11-py3-none-any.whl.
File metadata
- Download URL: skasip_logging-1.0.11-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 |
46eb65c2f98678f454defc33ff5e2dd903ee24f4dc7809be9e7fca8a5ed564d3
|
|
| MD5 |
4d76a0aa5a838054763ed9c42cb3da47
|
|
| BLAKE2b-256 |
2677d3c1e48a2e38397727b1ea0a18fc8f2f63d1c8be155d11fabfa5e167a223
|