Logger factory that returns the root logger.
There are no implemented interfaces.
name
(type: NoneType
)
None
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.