[#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 non‐singleton logger manager with the given configuration. == 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); ---- == Description 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. == Parameters [cols="1,4"] |=== | Name| Description | *manager* | managed pointer that receives the new logger manager | *configuration* | defaults and attributes for the logger manager | *basicAllocator* | memory allocator; null uses the default |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#