rotator If this attribute is set to a callable, the rotate() method delegates to this callable. The parameters
class logging.handlers.SMTPHandler(mailhost, fromaddr, toaddrs, subject, credentials=None, secure=None, timeout=1.0) Returns
Logger.setLevel(lvl) Sets the threshold for this logger to lvl. Logging messages which are less severe than lvl
enqueue_sentinel() Writes a sentinel to the queue to tell the listener to quit. This implementation uses put_nowait()
enqueue(record) Enqueues the record on the queue using put_nowait(); you may want to override this if you want
Handler.emit(record) Do whatever it takes to actually log the specified logging record. This version is intended to be implemented
class logging.StreamHandler(stream=None) Returns a new instance of the StreamHandler class. If stream
logging.log(level, msg, *args, **kwargs) Logs a message with level level on the root logger. The other arguments are
logging.debug(msg, *args, **kwargs) Logs a message with level DEBUG on the root logger. The msg is the
class logging.LoggerAdapter(logger, extra) Returns an instance of LoggerAdapter initialized with an underlying
Page 13 of 15