[#BloombergLP-ball-LoggerManager-shutDownSingleton] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::shutDownSingleton :relfileprefix: ../../../ :mrdocs: Destroy the logger manager singleton and release its resources. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void shutDownSingleton(); ---- == Description This method has no effect if the logger manager singleton does not exist (i.e., it has not been initialized or has already been destroyed). The behavior is undefined if this method is called from one thread while another thread is accessing the logger manager singleton (i.e., this method is _not_ thread‐safe). [.small]#Created with https://www.mrdocs.com[MrDocs]#