Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé
Module « logging » Python 3.13.2

Fonction shutdown - module logging

Signature de la fonction shutdown

def shutdown(handlerList=[<weakref at 0x0000020DB7C09A30; to 'logging._StderrHandler' at 0x0000020DB7C24050>, <weakref at 0x0000020DE9CA7EC0; to 'logging.StreamHandler' at 0x0000020DE9C8CD70>, <weakref at 0x0000020DE9CC51C0; to 'logging.NullHandler' at 0x0000020DE9C8D160>, <weakref at 0x0000020D9D97E200; to 'logging.NullHandler' at 0x0000020D9D19D590>, <weakref at 0x0000020D9DB99260; to 'logging.NullHandler' at 0x0000020D9D99E990>, <weakref at 0x0000020D9EEB4C20; to 'logging.StreamHandler' at 0x0000020D9EE80B90>]) 

Description

help(logging.shutdown)

Perform any cleanup actions in the logging system (e.g. flushing
buffers).

Should be called at application exit.


Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé