Same as the preceding overload, using the specified configuration.
Declared in <ball_loggermanager.h>
static
LoggerManager&
initSingleton(
LoggerManagerConfiguration const& configuration,
bslma::Allocator* globalAllocator = 0);
non-const reference to the logger manager singleton
| Name | Description |
|---|---|
| configuration | how the singleton should be configured |
| globalAllocator | memory allocator; null uses the global |