Logger factory that returns the named logger.
There are no implemented interfaces.
There are no attributes in this class.
create()
getLowestHandlerLevel()
Return the lowest log level provided by any configured handler.
If all handlers and the logger itself have level==NOTSET, this returns NOTSET.
reopen()
Re-open any handlers for which this is a meaningful operation.
This only works on handlers on the logger provided by this factory directly; handlers for child loggers are not affected. (This can be considered a bug, but is sufficient at the moment.)
startup()
There are no known subclasses.