[#BloombergLP-ball-LoggerManager-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::LoggerManager :relfileprefix: ../../../ :mrdocs: Create a logger manager having the specified `configuration` of defaults and attributes. Optionally specify a `globalAllocator` used to supply memory. If `globalAllocator` is 0, the currently installed global allocator is used. Note that the new logger manager is _not_ the singleton logger manager used by macros of the BALL logging framework. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit LoggerManager( xref:BloombergLP/ball/LoggerManagerConfiguration.adoc[LoggerManagerConfiguration] const& configuration, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* globalAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#