[#BloombergLP-ball-LoggerManager-createLoggerManager-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::createLoggerManager :relfileprefix: ../../../ :mrdocs: `createLoggerManager` overloads == Synopses Declared in `<ball_loggermanager.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/ball/LoggerManager/createLoggerManager-01.adoc[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]#xref:BloombergLP/ball/LoggerManager/createLoggerManager-01.adoc[_» more..._]# Create a logger manager that is _not_ the singleton logger manager having the specified `observer` that receives published log records and 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. The behavior is undefined if `observer` is 0, goes out of scope, or is otherwise destroyed. Note that this method does _not_ create the singleton logger manager used by the macros of the BALL logging framework. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/ball/LoggerManager/createLoggerManager-04.adoc[createLoggerManager]( xref:BloombergLP/bslma/ManagedPtr-0fa.adoc[bslma::ManagedPtr<LoggerManager>]* manager, xref:BloombergLP/ball/Observer.adoc[Observer]* observer, xref:BloombergLP/ball/LoggerManagerConfiguration.adoc[LoggerManagerConfiguration] const& configuration, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/ball/LoggerManager/createLoggerManager-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#