Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
llmq::CDKGLogger Class Reference
#include <quorums_dkgsession.h>
Inheritance diagram for llmq::CDKGLogger:
Collaboration diagram for llmq::CDKGLogger: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 (uint64_t _category, const std::string &_header) | |
| virtual | ~CBatchedLogger () |
| template<typename... Args> | |
| void | Batch (const std::string &fmt, const Args &... args) |
| void | Flush () |
Detailed Description
Definition at line 29 of file quorums_dkgsession.h.
Constructor & Destructor Documentation
◆ CDKGLogger() [1/2]
| llmq::CDKGLogger::CDKGLogger | ( | const CDKGSession & | _quorumDkg, |
| const std::string & | _func | ||
| ) |
Definition at line 63 of file quorums_dkgsession.cpp.
◆ CDKGLogger() [2/2]
| llmq::CDKGLogger::CDKGLogger | ( | const std::string & | _llmqTypeName, |
| const uint256 & | _quorumHash, | ||
| int | _height, | ||
| bool | _areWeMember, | ||
| const std::string & | _func | ||
| ) |
Definition at line 68 of file quorums_dkgsession.cpp.
The documentation for this class was generated from the following files:
- src/llmq/quorums_dkgsession.h
- src/llmq/quorums_dkgsession.cpp

