BloombergLP::ball::LoggerManager::deallocateLogger

Deallocate the specified logger and release logger from management by this logger manager. The behavior is undefined unless logger was obtained by invoking the allocateLogger method of this logger manager and logger has not yet been deallocated. Note that this method is intended primarily for multi-threaded applications.

Synopsis

Declared in <ball_loggermanager.h>

void
deallocateLogger(Logger* logger);