summaryrefslogtreecommitdiff
path: root/doc/source/user/examples.rst
blob: 503de521ddc655acbddd24dc23d3b43b2d41f7ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
==========
 Examples
==========

.. _examples:

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

.. _online git repository: https://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples


python_logging.py
-----------------

.. _example_python_logging.py:

.. highlight:: python
.. literalinclude:: examples/python_logging.py
   :linenos:

oslo_logging.py
---------------

.. _example_oslo_logging.py:

.. literalinclude:: examples/oslo_logging.py

usage.py
--------

.. _example_usage.py:

.. literalinclude:: examples/usage.py
   :linenos:

usage_helper.py
---------------

.. _example_usage_helper.py:

.. literalinclude:: examples/usage_helper.py
   :linenos:

usage_i18n.py
-------------

.. _example_usage_i18n.py:

.. literalinclude:: examples/usage_i18n.py
   :linenos:

usage_context.py
----------------

.. _example_usage_context.py:

.. literalinclude:: examples/usage_context.py
   :linenos: