LogCategory

A log category paired with whether it is currently enabled.

Synopsis

Declared in <logging.h>

struct LogCategory;

Data Members

NameDescription
active Whether logging for this category is enabled.
category Name of the log category.