[#BloombergLP-ball-LoggerManagerScopedGuard-2constructor-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManagerScopedGuard.adoc[LoggerManagerScopedGuard]::LoggerManagerScopedGuard :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<ball_loggermanager.h>` Create a scoped guard that will create the logger manager singleton 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. This method has no effect (aside from logging a warning) if the logger manager singleton already exists. Note that on destruction, this scoped guard will destroy the logger manager singleton, if the singleton exists at that time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/ball/LoggerManagerScopedGuard/2constructor-0e.adoc[LoggerManagerScopedGuard]( xref:BloombergLP/ball/LoggerManagerConfiguration.adoc[LoggerManagerConfiguration] const& configuration, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* globalAllocator = 0); ---- [.small]#xref:BloombergLP/ball/LoggerManagerScopedGuard/2constructor-0e.adoc[_» more..._]# Create a scoped guard that will create the logger manager singleton having the specified `observer` that receives published log records and 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. This method has no effect (aside from logging a warning) if the logger manager singleton already exists. The behavior is undefined if `observer` is 0, goes out of scope, or is otherwise destroyed. Note that on destruction, this scoped guard will destroy the logger manager singleton, if the singleton exists at that time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/LoggerManagerScopedGuard/2constructor-0f.adoc[LoggerManagerScopedGuard]( xref:BloombergLP/ball/Observer.adoc[Observer]* observer, xref:BloombergLP/ball/LoggerManagerConfiguration.adoc[LoggerManagerConfiguration] const& configuration, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* globalAllocator = 0); ---- [.small]#xref:BloombergLP/ball/LoggerManagerScopedGuard/2constructor-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#