getMessageID(record) Returns the message ID for the record. If you are using your own messages, you could do this by having
logging.config.stopListening() Stops the listening server which was created with a call to listen(). This is typically
emit(record) Outputs the record to the file, but first checks to see if the file has changed. If it has, the existing stream
emit(record) Appends the record to the buffer. If shouldFlush() returns true, calls flush() to process
class logging.handlers.NTEventLogHandler(appname, dllname=None, logtype='Application') Returns a new instance of the
emit(record) Determines the message ID, event category and event type, and then logs the message in the NT event log.
logging.setLogRecordFactory(factory) Set a callable which is used to create a LogRecord.
mapPriority(levelname) Maps a logging level name to a syslog priority name. You may need to override this if you are using custom
close() Calls flush(), sets the target to None and clears the buffer.
close() Closes the socket to the remote host.
Page 7 of 15