![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Classes | |
| struct | Entry |
Typedefs | |
| using | Category = uint64_t |
| Opaque to util::log; interpreted by consumers (e.g., BCLog::LogFlags). More... | |
Enumerations | |
| enum class | Level { Trace = 0 , Debug , Info , Warning , Error } |
Functions | |
| bool | ShouldLog (Category category, Level level) |
| Return whether messages with specified category and level should be logged. More... | |
| void | Log (Entry entry) |
| Send message to be logged. More... | |
| using util::log::Category = typedef uint64_t |
Opaque to util::log; interpreted by consumers (e.g., BCLog::LogFlags).
|
strong |
| void util::log::Log | ( | Entry | entry | ) |
Send message to be logged.
Applications using the logging library need to provide this.
Definition at line 611 of file logging.cpp.
Return whether messages with specified category and level should be logged.
Applications using the logging library need to provide this.
Definition at line 606 of file logging.cpp.