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.3.tar.gz
(2.1 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.3.tar.gz.
File metadata
- Download URL: skasip_logging-1.0.3.tar.gz
- Upload date:
- Size: 2.1 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 |
0289da33d1682c4376786c5f19a1431926471bd8aa019c32c88e2b6f15e26597
|
|
| MD5 |
1676a3231389c95fda6808450488b042
|
|
| BLAKE2b-256 |
f1646e41b95bf6638251f5e6a232a7ceddf5ea9b0352beccd21dcf0902495b71
|
File details
Details for the file skasip_logging-1.0.3-py3-none-any.whl.
File metadata
- Download URL: skasip_logging-1.0.3-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
8bf99e9c449587ff6ea249b8bcfafd26057063e57bf55f9d3da51bf38d53a80c
|
|
| MD5 |
8ad57650d0e207d4093e0591b87e7d46
|
|
| BLAKE2b-256 |
714da4931c04393ac88f0baf3c83142b21564a3e9946c44369a98d3b16ef04ea
|