Static Public Member Functions | |
static void | setRepositorySelector (spi::RepositorySelectorPtr selector, void *guard) |
static LoggerPtr | getRootLogger () |
static LoggerPtr | getLogger (const String &name) |
static LoggerPtr | getLogger (const String &name, spi::LoggerFactoryPtr factory) |
static void | shutdown () |
static void | resetConfiguration () |
LogManager
class to retreive Logger instances or to operate on the current LoggerRepository. When the LogManager
class is loaded into memory the default initialization procedure is inititated.
|
Retrieve the appropriate Logger instance. |
|
Retrieve the appropriate Logger instance. |
|
Retrieve the appropriate root logger. |
|
Reset all values contained in this current LoggerRepository to their default. |
|
Sets
Initally the guard is null. If the guard is
This allows a high-level component to set the RepositorySelector used by the |
|
Safely close and remove all appenders in all loggers including the root logger. |