Same as the preceding overload, using the specified configuration.
Synopsis
Declared in <ball_loggermanager.h>
static
LoggerManager&
initSingleton(
Observer* observer,
LoggerManagerConfiguration const& configuration,
bslma::Allocator* globalAllocator = 0);
Return Value
non‐`const` reference to the logger manager singleton
Parameters
Name |
Description |
observer |
observer that receives published log records |
configuration |
how the singleton should be configured |
globalAllocator |
memory allocator; null uses the global |
Created with MrDocs