namer If this attribute is set to a callable, the rotation_filename() method delegates to this callable. The parameters
shouldFlush(record) Returns true if the buffer is up to capacity. This method can be overridden to implement custom flushing
close() At this point, you can remove the application name from the registry as a source of event log entries. However, if you
emit(record) If a formatter is specified, it is used to format the record. The record is then written to the stream with a terminator
logging.config.dictConfig(config) Takes the logging configuration from a dictionary. The contents of this dictionary are described
logging.exception(msg, *args, **kwargs) Logs a message with level ERROR on the root logger. The arguments are interpreted
emit(record) Outputs the record to the file, catering for rollover as described previously.
Handler.setLevel(lvl) Sets the threshold for this handler to lvl. Logging messages which are less severe than lvl
Handler.__init__(level=NOTSET) Initializes the Handler instance by setting its level, setting the list of filters
getEventCategory(record) Returns the event category for the record. Override this if you want to specify your own categories
Page 4 of 15