Function
logging.setLoggerClass

Signature

setLoggerClass(klass)

Documentation String

Set the class to be used when instantiating a logger. The class should define __init__() such that only a name argument is required, and the __init__() should call Logger.__init__()