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.7.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.7.tar.gz.
File metadata
- Download URL: skasip_logging-1.0.7.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 |
fccf87fd5129e115fd2003cf24ace95952dd4431972902964f0a82b79d0e7569
|
|
| MD5 |
0a4d8940e42f6710d33424c631a3595a
|
|
| BLAKE2b-256 |
4be67845208cd73e0b562aecfe13d8e4a74eca0a3e8ff00097db42961cec1794
|
File details
Details for the file skasip_logging-1.0.7-py3-none-any.whl.
File metadata
- Download URL: skasip_logging-1.0.7-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 |
59d5019dc4228993cc04d5cfe36898c40e37abd4c4c7f6656f85468ef2af2c3f
|
|
| MD5 |
5cf203714eea815dccc3a3ee73227ff0
|
|
| BLAKE2b-256 |
33f59803f9e1ab8aab145c08e96cdd3cde18e9597c84f1a038d5fe19fcdfa6c7
|