Initialize the behaviour of a basic logging hierarchy.
Return the enum value associated with name, or a default value
Return the name associated with level
Return (and potentially initialize) the hierarchy singleton
Return an instance of the named logger
Return the root Logger instance.
Gets the stats of the logger system between two calls to this method.
Structure for accumulating number of log events issued.
Manager for routing Logger calls to the default hierarchy. Note that you may have multiple hierarchies per application, but must access the hierarchy directly for root() and lookup() methods within each additional instance.