Bitcoin Core 30.99.0
P2P Digital Currency
Public Attributes | List of all members
util::log::Entry Struct Reference

#include <log.h>

Collaboration diagram for util::log::Entry:
[legend]

Public Attributes

Category category
 
Level level
 
bool should_ratelimit {false}
 Hint for consumers if this entry should be ratelimited. More...
 
SourceLocation source_loc
 
std::string message
 

Detailed Description

Definition at line 49 of file log.h.

Member Data Documentation

◆ category

Category util::log::Entry::category

Definition at line 50 of file log.h.

◆ level

Level util::log::Entry::level

Definition at line 51 of file log.h.

◆ message

std::string util::log::Entry::message

Definition at line 54 of file log.h.

◆ should_ratelimit

bool util::log::Entry::should_ratelimit {false}

Hint for consumers if this entry should be ratelimited.

Definition at line 52 of file log.h.

◆ source_loc

SourceLocation util::log::Entry::source_loc

Definition at line 53 of file log.h.


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