BloombergLP::ball::LoggerManager::deallocateLogger

Deallocate the specified logger and release it from management.

Synopsis

Declared in <ball_loggermanager.h>

void
deallocateLogger(Logger* logger);

Description

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.

Parameters

NameDescription
loggerlogger previously allocated by this manager