prepare(record) Prepare a record for handling. This implementation just returns the passed-in
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
Handler.addFilter(filt) Adds the specified filter filt to this handler.
class logging.handlers.NTEventLogHandler(appname, dllname=None, logtype='Application') Returns a new instance of the
Logger.debug(msg, *args, **kwargs) Logs a message with level DEBUG on this logger. The msg is the message
class logging.handlers.RotatingFileHandler(filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=False) Returns
Handler.handle(record) Conditionally emits the specified logging record, depending on filters which may have been added to the
class logging.handlers.DatagramHandler(host, port) Returns a new instance of the DatagramHandler class intended
emit(record) Determines the message ID, event category and event type, and then logs the message in the NT event log.
mapPriority(levelname) Maps a logging level name to a syslog priority name. You may need to override this if you are using custom
Page 6 of 15