[#BloombergLP-ball-LoggerManagerScopedGuard] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::LoggerManagerScopedGuard :relfileprefix: ../../ :mrdocs: This class implements a scoped guard that, on construction, creates the logger manager singleton, and, on destruction, destroys the singleton. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class LoggerManagerScopedGuard; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/LoggerManagerScopedGuard/2constructor-04.adoc[`LoggerManagerScopedGuard`] [.small]#[constructor]# | Constructors | xref:BloombergLP/ball/LoggerManagerScopedGuard/2destructor.adoc[`~LoggerManagerScopedGuard`] [.small]#[destructor]# | Destroy the logger manager singleton, if the singleton exists, and destroy this scoped guard. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#