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.13.tar.gz
(2.6 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.13.tar.gz.
File metadata
- Download URL: skasip_logging-1.0.13.tar.gz
- Upload date:
- Size: 2.6 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 |
b8e3189e262d7e69fac9f86f8a988ca0376256f28aacbff8d19b1709a0367c41
|
|
| MD5 |
4e85e9e39d11d7dfde3c9c79c6bda2a8
|
|
| BLAKE2b-256 |
20d3dc447ca2fc9f3ae4cbdf14fb04191bb66f7a967975974ac4c4f121d1c41a
|
File details
Details for the file skasip_logging-1.0.13-py3-none-any.whl.
File metadata
- Download URL: skasip_logging-1.0.13-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
544493afacbe29b0233c1cd0373fc4104c7e295d291cec3dea6ee836b347fab7
|
|
| MD5 |
59bd39081603603bbc44961d9b9cfa29
|
|
| BLAKE2b-256 |
81200eab177f31f313e52584342553aebc492e616914c8d4567ed90c5faac4b1
|