News

An example for setting up logging using Python's StdLib. If you run python3 simple_example.py as it is, you will get the following output: INFO:root:This is the logger configured by ...
This repository accompanies a talk given at the SFPython meet-up (here). It is a collection of basic examples for how to use Python's logging API.
As an example, logging.getLogger("parent.child") will ... It will create channels and hierarchies based on the project structure, as Python modules are concatenated with dots.