Variable LogTag.mask

struct LogTag
{
  // ...
  uint mask = 4294967295u;
  // ...
}