Python logging for Humans. It’s very easy to use in an application setting.
For example
>>> import alog
>>> alog.info("Hi.")
2016-08-18 20:44:30,208 INFO <stdin> Hi.
>>> def test():
... alog.info("Test 1")
... alog.error("Test 2")
...
>>> test()
2016-08-18 20:45:19,372 INFO <stdin:2> Test 1
2016-08-18 20:45:19,372 ERROR <stdin:3> Test 2
>>> alog.set_level("ERROR")
>>> test()
2016-08-18 20:45:41,788 ERROR <stdin:3> Test 2
In IPython
In [1]: >>> import alog
...: >>> alog.info("Hi.")
...: >>> alog.error("Och!")
...: >>> alog.set_level("ERROR")
...: >>> alog.info("Hi.")
...: >>> alog.error("Och!")
...:
2016-08-18 20:42:57,801 INFO <IPython:2> Hi.
2016-08-18 20:42:57,801 ERROR <IPython:3> Och!
2016-08-18 20:42:57,802 ERROR <IPython:6> Och!
Release files for alog 0.9.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| alog-0.9.8.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| alog-0.9.8-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 12.9 kB
Release files / alog-0.9.8.tar.gz
| Download URL | alog-0.9.8.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c61880edc6e8931b49e48ce665946b4537a6156688b0b2e90d809bdc194dc208
|
|
BLAKE2b-256 checksum How to use checksums |
799df0e32ae43a0ba180b718134f9cd5324a5ac390df5d571bdac1e3da715f1e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / alog-0.9.8-py2.py3-none-any.whl
| Download URL | alog-0.9.8-py2.py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
5983f2fd04457c9c8970cc0a68f5cf0b2a8147ab19cc3780f0ee25eebddb4205
|
|
BLAKE2b-256 checksum How to use checksums |
e997eef0350cd67cc6abcf709ef9f11ada9e819be0b55194c654f92894e6266e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |