FleCSI Core API Version: 2.3.2
 
Loading...
Searching...
No Matches
config Struct Reference

Specification for Flog operation. More...

Public Attributes

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

Detailed Description

Specification for Flog operation.

Member Data Documentation

◆ tags

std::vector<std::string> tags

Tags to enable (perhaps including "all").

◆ verbose

int verbose

Verbosity level (suppresses decorations if negative).

◆ process

int process

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

◆ serialization_interval

unsigned serialization_interval

Frequency of message serialization in number of tasks.

◆ color

bool color

Enable color output.

◆ strip_level

int strip_level

FLOG strip level (0-4).