Added "verbose" option.
This commit is contained in:
parent
969821296f
commit
f8865b1498
8 changed files with 94 additions and 88 deletions
|
@ -82,6 +82,8 @@ protected:
|
|||
|
||||
private:
|
||||
inline void setPrintTime(uint32_t printTime) { if (printTime <= 3600) { m_printTime = printTime; } }
|
||||
|
||||
void setVerbose(const rapidjson::Value &value);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue