Destroy the logger manager singleton and release its resources.
Synopsis
Declared in <ball_loggermanager.h>
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).
Created with MrDocs