Causes all subsequent uses of this Mutex to be logged.

Synopsis

Declared in <absl/synchronization/mutex.h>

void
EnableDebugLog(char const* name);

Parameters

Name

Description

name

Tag applied to log entries.

Created with MrDocs