Home | History | Annotate | Download | only in logging

Lines Matching defs:FileHandler

31            'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
1008 class FileHandler(StreamHandler):
1728 filename Specifies that a FileHandler be created, using the specified
1750 using sys.stdout or sys.stderr), whereas FileHandler closes its stream
1781 h = FileHandler(filename, mode)