Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CLogCategoryActive Struct Reference

#include <util.h>

Public Attributes

std::string category
 
bool active
 

Detailed Description

Definition at line 101 of file util.h.

Member Data Documentation

◆ active

bool CLogCategoryActive::active

Definition at line 104 of file util.h.

Referenced by ListActiveLogCategories().

◆ category

std::string CLogCategoryActive::category

Definition at line 103 of file util.h.

Referenced by ListActiveLogCategories().


The documentation for this struct was generated from the following file:
Released under the MIT license