SimGrid  3.14.159
Versatile Simulation of Distributed Systems
xbt_log_category_s Struct Reference

#include <log.h>

Public Attributes

xbt_log_category_t parent
 
xbt_log_category_t firstChild
 
xbt_log_category_t nextSibling
 
const char * name
 
const char * description
 
int initialized
 
int threshold
 
int isThreshInherited
 
xbt_log_appender_t appender
 
xbt_log_layout_t layout
 
int additivity
 

Member Data Documentation

§ parent

xbt_log_category_t xbt_log_category_s::parent

§ firstChild

xbt_log_category_t xbt_log_category_s::firstChild

§ nextSibling

xbt_log_category_t xbt_log_category_s::nextSibling

§ name

const char* xbt_log_category_s::name

§ description

const char* xbt_log_category_s::description

§ initialized

int xbt_log_category_s::initialized

§ threshold

int xbt_log_category_s::threshold

§ isThreshInherited

int xbt_log_category_s::isThreshInherited

§ appender

xbt_log_appender_t xbt_log_category_s::appender

§ layout

xbt_log_layout_t xbt_log_category_s::layout

§ additivity

int xbt_log_category_s::additivity

The documentation for this struct was generated from the following file: