.. _f-flogfakeclasses: module ``loghelper.flog_fake_classes`` ====================================== .. inheritance-diagram:: pyquickhelper.loghelper.flog_fake_classes Short summary +++++++++++++ module ``pyquickhelper.loghelper.flog_fake_classes`` Exception specific to this module. :githublink:`%|py|6` Classes +++++++ +------------------------------------------------------------------------------------------+--------------------------------+ | class | truncated documentation | +==========================================================================================+================================+ | :class:`FlogStatic ` | static variable for the log | +------------------------------------------------------------------------------------------+--------------------------------+ | :class:`LogFakeFileStream ` | a fake file | +------------------------------------------------------------------------------------------+--------------------------------+ | :class:`LogFileStream ` | log as writing in a file | +------------------------------------------------------------------------------------------+--------------------------------+ | :class:`PQHException ` | custom exception for this file | +------------------------------------------------------------------------------------------+--------------------------------+ Methods +++++++ +--------------------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +============================================================================================+=========================+ | :py:meth:`__init__ ` | constructor | +--------------------------------------------------------------------------------------------+-------------------------+ | :py:meth:`__init__ ` | does nothing | +--------------------------------------------------------------------------------------------+-------------------------+ | :py:meth:`__init__ ` | creates a logger | +--------------------------------------------------------------------------------------------+-------------------------+ | :meth:`close ` | does nothing | +--------------------------------------------------------------------------------------------+-------------------------+ | :meth:`close ` | does nothing | +--------------------------------------------------------------------------------------------+-------------------------+ | :meth:`flush ` | does nothing | +--------------------------------------------------------------------------------------------+-------------------------+ | :meth:`flush ` | does nothing | +--------------------------------------------------------------------------------------------+-------------------------+ | :meth:`open ` | does nothing | +--------------------------------------------------------------------------------------------+-------------------------+ | :meth:`open ` | does nothing | +--------------------------------------------------------------------------------------------+-------------------------+ | :meth:`write ` | does nothing | +--------------------------------------------------------------------------------------------+-------------------------+ | :meth:`write ` | does nothing | +--------------------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.loghelper.flog_fake_classes :members: :special-members: __init__ :show-inheritance: