Same as the preceding overload, using the specified configuration.

Synopsis

Declared in <ball_loggermanager.h>

static
LoggerManager&
initSingleton(
    LoggerManagerConfiguration const& configuration,
    bslma::Allocator* globalAllocator = 0);

Return Value

non‐`const` reference to the logger manager singleton

Parameters

Name

Description

configuration

how the singleton should be configured

globalAllocator

memory allocator; null uses the global

Created with MrDocs