If the specified name is empty or contains only whitespace, then log a warning message indicating whether name is a category or a metric, depending on the specified type, and the location at which this function is called, indicated by the specified file and line; otherwise, do nothing.

Synopsis

Declared in <balm_metrics.h>

static
void
logEmptyName(
    char const* name,
    NameType type,
    char const* file,
    int line);

Created with MrDocs