FleCSI User API Version: 2.4.2
Loading...
Searching...
No Matches
config Struct Reference

Specification for Flog operation. More...

Public Attributes

bool color = FLOG_ENABLE_COLOR_OUTPUT
 Enable color output.
int process = 0
 Process from which to produce output, or -1 for all.
unsigned serialization_interval = FLOG_SERIALIZATION_INTERVAL
 Frequency of message serialization in number of tasks.
int strip_level = FLOG_STRIP_LEVEL
 Flog strip level (0-4).
std::vector< std::string > tags {"all"}
 Tags to enable (perhaps including "all").
int verbose = 0
 Verbosity level (suppresses decorations if negative).

Detailed Description

Specification for Flog operation.

Member Data Documentation

◆ tags

std::vector<std::string> tags {"all"}

Tags to enable (perhaps including "all").

◆ verbose

int verbose = 0

Verbosity level (suppresses decorations if negative).

◆ process

int process = 0

Process from which to produce output, or -1 for all.

◆ serialization_interval

unsigned serialization_interval = FLOG_SERIALIZATION_INTERVAL

Frequency of message serialization in number of tasks.

◆ color

bool color = FLOG_ENABLE_COLOR_OUTPUT

Enable color output.

◆ strip_level

int strip_level = FLOG_STRIP_LEVEL

Flog strip level (0-4).