oslo.log/doc/source/examples.rst
Ronald Bradford 77d2c4def4 Improve Logging docs with inline examples and context example
Also cleaned up set_default example syntax, to help other projects
to implement consistently. Ensured example code passed flake8.
Created a dedicated examples page and applicable links to enable
viewing and download capability of examples.

Change-Id: Idd16321110df824dc89faf86a2cf9f47f38d1f4f
Depends-on: I6f92b525c6d0bdf71b01d3ac89d537b458d17e6f
2016-01-15 20:02:09 +00:00

1.0 KiB

Examples

These files can be found in the docs/source/examples directory of the git source of this project. They can also be found at the online git respository of this project.

python_logging.py

examples/python_logging.py

oslo_logging.py

examples/oslo_logging.py

usage.py

examples/usage.py

usage_helper.py

examples/usage_helper.py

usage_i18n.py

examples/usage_i18n.py

usage_context.py

examples/usage_context.py