Bitcoin ABC 0.32.4
P2P Digital Currency
Public Attributes | List of all members
BCLog::Logger::BufferedLog Struct Reference

#include <logging.h>

Public Attributes

SystemClock::time_point now
 
std::chrono::seconds mocktime
 
std::string str
 
std::string threadname
 
std::source_location source_loc
 
LogFlags category
 
Level level
 

Detailed Description

Definition at line 194 of file logging.h.

Member Data Documentation

◆ category

LogFlags BCLog::Logger::BufferedLog::category

Definition at line 199 of file logging.h.

◆ level

Level BCLog::Logger::BufferedLog::level

Definition at line 200 of file logging.h.

◆ mocktime

std::chrono::seconds BCLog::Logger::BufferedLog::mocktime

Definition at line 196 of file logging.h.

◆ now

SystemClock::time_point BCLog::Logger::BufferedLog::now

Definition at line 195 of file logging.h.

◆ source_loc

std::source_location BCLog::Logger::BufferedLog::source_loc

Definition at line 198 of file logging.h.

◆ str

std::string BCLog::Logger::BufferedLog::str

Definition at line 197 of file logging.h.

◆ threadname

std::string BCLog::Logger::BufferedLog::threadname

Definition at line 197 of file logging.h.


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