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.10.tar.gz
(2.4 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.10.tar.gz.
File metadata
- Download URL: skasip_logging-1.0.10.tar.gz
- Upload date:
- Size: 2.4 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 |
8875161d875fb96dcfac1b84f2e501856cb99ac74b6edfd72708f8ceb1a49099
|
|
| MD5 |
9373b34ce0736c1e412e8ceed7bcd906
|
|
| BLAKE2b-256 |
fdb4174706988c62efd7c2606b545b448e6dbce284747a2bac2f7ef05c1fdd0a
|
File details
Details for the file skasip_logging-1.0.10-py3-none-any.whl.
File metadata
- Download URL: skasip_logging-1.0.10-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 |
8b9a83dfed1d2766bbf95fc88d2622cb20c022afa51ab0e80658f3708ced3608
|
|
| MD5 |
ca281bf299040ee4fa9a8edb39b86053
|
|
| BLAKE2b-256 |
e167821c317a9b743cfd888f599668c5ece8743edc962f2d4cdccd3c403d2556
|