Unlock the mutex that guards this thread's message buffer.
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.
| Name | Description |
|---|---|
| mutex | mutex previously obtained from obtainMessageBuffer |