.. _f-logapp: module ``apps.common.log_app`` ============================== .. inheritance-diagram:: mathenjeu.apps.common.log_app Short summary +++++++++++++ module ``mathenjeu.apps.common.log_app`` Starts an application. :githublink:`%|py|6` Classes +++++++ +--------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +========================================================+=====================================================================================================================+ | :class:`LogApp ` | Defines methods to easily log information for a web application. The function *fct_session* returns information ... | +--------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +---------------------------------------------------------------------+--------------------------------+ | method | truncated documentation | +=====================================================================+================================+ | :py:meth:`__init__ ` | | +---------------------------------------------------------------------+--------------------------------+ | :meth:`log_any ` | Logs information. | +---------------------------------------------------------------------+--------------------------------+ | :meth:`log_event ` | Logs information about events. | +---------------------------------------------------------------------+--------------------------------+ Documentation +++++++++++++ .. automodule:: mathenjeu.apps.common.log_app :members: :special-members: __init__ :show-inheritance: