Logger.hasHandlers() Checks to see if this logger has any handlers configured. This is done by looking for handlers in this
rotation_filename(default_name) Modify the filename of a log file when rotating. This is provided
emit(record) Outputs the record to the file.
getEventType(record) Returns the event type for the record. Override this if you want to specify your own types. This version
makePickle(record) Pickles the record’s attribute dictionary in binary format with a length prefix, and returns it ready for
Handler.setFormatter(form) Sets the Formatter for this handler to form.
close() Calls flush(), sets the target to None and clears the buffer.
emit(record) Outputs the record to the file, but first checks to see if the file has changed. If it has, the existing stream
logging.shutdown() Informs the logging system to perform an orderly shutdown by flushing and closing all handlers. This should
close() Closes the socket to the remote host.
Page 7 of 15