focalize¶
Context manager for log contextualization
Created: 2023-08-18 · Last Released: 2023-08-18 · Version: 0.1.0
You can't depend on your eyes when your imagination is out of focus --Mark Twain

Focalize provides context within logs for blocks of code that are encircled by a context manager. This helps contextualize log lines within deeply nested call chains or within complex operations where many logical steps are taken.
Super-quick Start¶
- Only requires Python 3.8 or later
- Installed with pip (
$ pip install focalize) - Demo available in examples
Documentation¶
The complete documentation can be found at the focalize documentation page