Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for BCLog::Logger, including all inherited members.
CategoryLevels() const EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | inline |
DefaultShrinkDebugFile() const | BCLog::Logger | |
DeleteCallback(std::list< std::function< void(const std::string &)> >::iterator it) EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | inline |
DisableCategory(LogFlags flag) | BCLog::Logger | |
DisableCategory(std::string_view str) | BCLog::Logger | |
DisableLogging() EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | |
DisconnectTestLogger() EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | |
EnableCategory(LogFlags flag) | BCLog::Logger | |
EnableCategory(std::string_view str) | BCLog::Logger | |
Enabled() const EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | inline |
FormatLogStrInPlace(std::string &str, LogFlags category, Level level, std::string_view source_file, int source_line, std::string_view logging_function, std::string_view threadname, SystemClock::time_point now, std::chrono::seconds mocktime) const | BCLog::Logger | private |
GetCategoryMask() const | BCLog::Logger | inline |
GetLogPrefix(LogFlags category, Level level) const | BCLog::Logger | private |
GUARDED_BY(m_cs) | BCLog::Logger | private |
GUARDED_BY(m_cs) | BCLog::Logger | private |
GUARDED_BY(m_cs) | BCLog::Logger | private |
GUARDED_BY(m_cs) | BCLog::Logger | inlineprivate |
GUARDED_BY(m_cs) | BCLog::Logger | inlineprivate |
GUARDED_BY(m_cs) | BCLog::Logger | inlineprivate |
GUARDED_BY(m_cs) | BCLog::Logger | private |
GUARDED_BY(m_cs) | BCLog::Logger | inlineprivate |
LogCategoriesList() const | BCLog::Logger | |
LogCategoriesString() const | BCLog::Logger | inline |
LogLevel() const | BCLog::Logger | inline |
LogLevelsString() const | BCLog::Logger | |
LogLevelToStr(BCLog::Level level) | BCLog::Logger | static |
LogPrintStr(std::string_view str, std::string_view logging_function, std::string_view source_file, int source_line, BCLog::LogFlags category, BCLog::Level level) EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | |
LogPrintStr_(std::string_view str, std::string_view logging_function, std::string_view source_file, int source_line, BCLog::LogFlags category, BCLog::Level level) EXCLUSIVE_LOCKS_REQUIRED(m_cs) | BCLog::Logger | private |
LogTimestampStr(SystemClock::time_point now, std::chrono::seconds mocktime) const | BCLog::Logger | private |
m_always_print_category_level | BCLog::Logger | |
m_categories | BCLog::Logger | private |
m_cs | BCLog::Logger | mutableprivate |
m_file_path | BCLog::Logger | |
m_log_level | BCLog::Logger | private |
m_log_sourcelocations | BCLog::Logger | |
m_log_threadnames | BCLog::Logger | |
m_log_time_micros | BCLog::Logger | |
m_log_timestamps | BCLog::Logger | |
m_print_to_console | BCLog::Logger | |
m_print_to_file | BCLog::Logger | |
m_reopen_file | BCLog::Logger | |
PushBackCallback(std::function< void(const std::string &)> fun) EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | inline |
SetCategoryLogLevel(const std::unordered_map< LogFlags, Level > &levels) EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | inline |
SetCategoryLogLevel(std::string_view category_str, std::string_view level_str) EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | |
SetLogLevel(Level level) | BCLog::Logger | inline |
SetLogLevel(std::string_view level) | BCLog::Logger | |
ShrinkDebugFile() | BCLog::Logger | |
StartLogging() EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger | |
WillLogCategory(LogFlags category) const | BCLog::Logger | |
WillLogCategoryLevel(LogFlags category, Level level) const EXCLUSIVE_LOCKS_REQUIRED(!m_cs) | BCLog::Logger |