[#BloombergLP-ball-Log-releaseMessageBuffer] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Log.adoc[Log]::releaseMessageBuffer :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void releaseMessageBuffer(xref:BloombergLP/bslmt/Mutex.adoc[bslmt::Mutex]* mutex); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#