1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
.. toctree::
:maxdepth: 2
:hidden:
applicationinsights.django module
=================================
ApplicationInsightsMiddleware class
-----------------------------------
.. autoclass:: applicationinsights.django.ApplicationInsightsMiddleware
:members:
:member-order: groupwise
:inherited-members:
LoggingHandler class
--------------------
.. autoclass:: applicationinsights.django.LoggingHandler
create_client function
----------------------
.. autofunction:: applicationinsights.django.create_client
|