The FileHandler class sends logging output to a disk file.
It inherits the output functionality from StreamHandler.
class FileHandler( |
filename[, mode]) |
-
Returns a new instance of the FileHandler class. The specified
file is opened and used as the stream for logging. If mode is
not specified, 'a' is used. By default, the file grows
indefinitely.
-
Closes the file.
-
Outputs the record to the file.
Release 2.3.3, documentation updated on December 19, 2003.
See About this document... for information on suggesting changes.