Static Public Member Functions | |
| void | setRepositorySelector (spi::RepositorySelectorPtr selector, void *guard) |
| LoggerPtr | getRootLogger () |
| LoggerPtr | getLogger (const String &name) |
| LoggerPtr | getLogger (const String &name, spi::LoggerFactoryPtr factory) |
| void | shutdown () |
| 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. |
1.3.9.1