BloombergLP::ball::LoggerManagerScopedGuard

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>

class LoggerManagerScopedGuard;

Member Functions

NameDescription
LoggerManagerScopedGuard [constructor]Create a guard that initializes the logger manager singleton.
~LoggerManagerScopedGuard [destructor]Destroy the logger manager singleton, if the singleton exists, and destroy this scoped guard.