absl::Mutex::EnableDebugLog

Causes all subsequent uses of this Mutex to be logged.

Synopsis

Declared in <absl/synchronization/mutex.h>

void
EnableDebugLog(char const* name);

Parameters

NameDescription
nameTag applied to log entries.