logging.getLogger(name=None) Return a logger with the specified name or, if name is None, return a logger which
Logger.log(lvl, msg, *args, **kwargs) Logs a message with integer level lvl on this logger. The other arguments are
rotator If this attribute is set to a callable, the rotate() method delegates to this callable. The parameters
logging.getLoggerClass() Return either the standard Logger class, or the last class passed to setLoggerClass()
logging.setLoggerClass(klass) Tells the logging system to use the class klass when instantiating a logger. The class
enqueue_sentinel() Writes a sentinel to the queue to tell the listener to quit. This implementation uses put_nowait()
class logging.LoggerAdapter(logger, extra) Returns an instance of LoggerAdapter initialized with an underlying
class logging.FileHandler(filename, mode='a', encoding=None, delay=False) Returns a new instance of the FileHandler
getSubject(record) If you want to specify a subject line which is record-dependent, override this method.
makeSocket() This is a factory method which allows subclasses to define the precise type of socket they want. The default implementation
Page 13 of 15