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
Name |
Description |
logger |
logger previously allocated by this manager |
Created with MrDocs