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). | |
Specification for Flog operation.
| std::vector<std::string> tags {"all"} |
Tags to enable (perhaps including "all").
| int verbose = 0 |
Verbosity level (suppresses decorations if negative).
| 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.
| bool color = FLOG_ENABLE_COLOR_OUTPUT |
Enable color output.
| int strip_level = FLOG_STRIP_LEVEL |
Flog strip level (0-4).