[#BloombergLP-ball-LoggerManager-createLoggerManager-04] = 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 `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. == 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/Observer.adoc[Observer]* observer, xref:BloombergLP/ball/LoggerManagerConfiguration.adoc[LoggerManagerConfiguration] const& configuration, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- == Description DEPRECATED: Use the `createLoggerManager` method that does not take a _raw_ pointer to an `observer`, together with the `registerObserver` method (which takes a _shared_ pointer to an `observer`), instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#