logging.info(msg, *args, **kwargs) Logs a message with level INFO on the root logger. The arguments are interpreted
logging.getLevelName(lvl) Returns the textual representation of logging level lvl. If the level is one of the predefined
class logging.handlers.WatchedFileHandler(filename, mode='a', encoding=None, delay=False) Returns a new instance of the
mapLogRecord(record) Provides a dictionary, based on record, which is to be URL-encoded and sent to the web server
stop() Stops the listener. This asks the thread to terminate, and then waits for it to do so
class logging.Formatter(fmt=None, datefmt=None, style='%') Returns a new instance of the Formatter class. The instance
Handler.handleError(record) This method should be called from handlers when an exception is encountered during an emit()
prepare(record) Prepares a record for queuing. The object returned by this method is enqueued. The
rotate(source, dest) When rotating, rotate the current log. The default implementation calls
Logger.info(msg, *args, **kwargs) Logs a message with level INFO on this logger. The arguments are interpreted
Page 11 of 15