LogRecordParams Class Reference

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...
 

Detailed Description

Log recording parameters.

See Also
LogRecord::Start

Member Data Documentation

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.


The documentation for this class was generated from the following file: