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