Skip to main content

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)

Source distribution for alog 0.9.8
File Size Uploaded
alog-0.9.8.tar.gz 6.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for alog 0.9.8
File Interpreter ABI Platform
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

Release history Release notifications | RSS feed

1.2.0

2 release files

1.1.0

2 release files

1.0.0

2 release files

0.9.13

2 release files

0.9.12

2 release files

0.9.10

2 release files

0.9.9

2 release files

This release

0.9.8 This release

2 release files

0.9.7

2 release files

0.9.6

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page