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()
Release files for skasip-logging 1.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| skasip_logging-1.0.7.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| skasip_logging-1.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.4 kB
Release files / skasip_logging-1.0.7.tar.gz
| Download URL | skasip_logging-1.0.7.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fccf87fd5129e115fd2003cf24ace95952dd4431972902964f0a82b79d0e7569
|
|
BLAKE2b-256 checksum How to use checksums |
4be67845208cd73e0b562aecfe13d8e4a74eca0a3e8ff00097db42961cec1794
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / skasip_logging-1.0.7-py3-none-any.whl
| Download URL | skasip_logging-1.0.7-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
59d5019dc4228993cc04d5cfe36898c40e37abd4c4c7f6656f85468ef2af2c3f
|
|
BLAKE2b-256 checksum How to use checksums |
33f59803f9e1ab8aab145c08e96cdd3cde18e9597c84f1a038d5fe19fcdfa6c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|