Log recording parameters. More...
#include <LogRecord.hh>
Public Attributes | |
std::string | encoding = "zlib" |
The type of encoding (txt, zlib, or bz2). More... | |
std::string | filter |
Log filter string. More... | |
std::string | path |
Path in which to store log files. More... | |
double | period = -1 |
Recording period. More... | |
bool | recordResources = false |
Recording resources. More... | |
Log recording parameters.
std::string encoding = "zlib" |
The type of encoding (txt, zlib, or bz2).
std::string filter |
Log filter string.
std::string path |
Path in which to store log files.
double period = -1 |
Recording period.
A value < 0 indicates that every iteration should be recorded.
bool recordResources = false |
Recording resources.
True will record state logs together with model meshes and materials.