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.1.tar.gz
(2.0 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.1.tar.gz.
File metadata
- Download URL: skasip_logging-1.0.1.tar.gz
- Upload date:
- Size: 2.0 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 |
138dece0468e1c27561afbad1702f058d14ced2b3bacd42e9dc7c3e1738c9a40
|
|
| MD5 |
674aad26fb1aa703d8af6aef5aaa470c
|
|
| BLAKE2b-256 |
291f567124694100eac6e91d0a93ddad35d6d759ffd3840e4a8256c34e28442d
|
File details
Details for the file skasip_logging-1.0.1-py3-none-any.whl.
File metadata
- Download URL: skasip_logging-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
d5cb8ea4348a495b3e7ac9befec9fd44660c58543bb11d6844cb03a70eaf2f64
|
|
| MD5 |
b946fa64faae1ed7106dbb1760c82c29
|
|
| BLAKE2b-256 |
7b74672d43e7d7b883d9b2f69e7f750ff72617f6a2186b03549c95ad6a53c180
|