[#absl-CondVar-EnableDebugLog] = xref:absl.adoc[absl]::xref:absl/CondVar.adoc[CondVar]::EnableDebugLog :relfileprefix: ../../ :mrdocs: Causes all subsequent uses of this `CondVar` to be logged. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EnableDebugLog(char const* name); ---- == Parameters [cols="1,4"] |=== | Name| Description | *name* | Tag applied to log entries. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#