![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <quorums_dkgsession.h>
Public Member Functions | |
| CDKGLogger (const CDKGSession &_quorumDkg, const std::string &_func) | |
| CDKGLogger (const std::string &_llmqTypeName, const uint256 &_quorumHash, int _height, bool _areWeMember, const std::string &_func) | |
Public Member Functions inherited from CBatchedLogger | |
| CBatchedLogger (BCLog::Logger *_logger, BCLog::LogFlags _category, const std::string &_header) | |
| PIVX. More... | |
| virtual | ~CBatchedLogger () |
| void | Flush () |
| template<typename... Args> | |
| void | Batch (const std::string &fmt, const Args &... args) |
Definition at line 27 of file quorums_dkgsession.h.
| llmq::CDKGLogger::CDKGLogger | ( | const CDKGSession & | _quorumDkg, |
| const std::string & | _func | ||
| ) |
Definition at line 67 of file quorums_dkgsession.cpp.
| llmq::CDKGLogger::CDKGLogger | ( | const std::string & | _llmqTypeName, |
| const uint256 & | _quorumHash, | ||
| int | _height, | ||
| bool | _areWeMember, | ||
| const std::string & | _func | ||
| ) |
Definition at line 72 of file quorums_dkgsession.cpp.