[#BloombergLP-ball-LoggerManager-createLoggerManager-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::createLoggerManager :relfileprefix: ../../../ :mrdocs: Create a logger manager that is _not_ the singleton logger manager having the specified `configuration` of defaults and attributes; load the newly‐created logger manager into the specified `manager` managed pointer. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. Note that this method does _not_ create the singleton logger manager used by the macros of the BALL logging framework. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void createLoggerManager( xref:BloombergLP/bslma/ManagedPtr-0fa.adoc[bslma::ManagedPtr<LoggerManager>]* manager, xref:BloombergLP/ball/LoggerManagerConfiguration.adoc[LoggerManagerConfiguration] const& configuration, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#