Unlock the specified mutex that guards the buffer used for formatting messages in this thread of execution. The behavior is undefined unless mutex was obtained by a call to Log::obtainMessageBuffer and has not yet been unlocked.
Synopsis
Declared in <ball_log.h>
static
void
releaseMessageBuffer(bslmt::Mutex* mutex);
Created with MrDocs