BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
fc::detail::log_context_impl Class Reference

Public Attributes

log_level level
 
string file
 
uint64_t line
 
string method
 
string thread_name
 
string task_name
 
string hostname
 
string context
 
time_point timestamp
 

Detailed Description

Definition at line 15 of file log_message.cpp.

Member Data Documentation

◆ context

string fc::detail::log_context_impl::context

Definition at line 25 of file log_message.cpp.

◆ file

string fc::detail::log_context_impl::file

Definition at line 19 of file log_message.cpp.

◆ hostname

string fc::detail::log_context_impl::hostname

Definition at line 24 of file log_message.cpp.

◆ level

log_level fc::detail::log_context_impl::level

Definition at line 18 of file log_message.cpp.

◆ line

uint64_t fc::detail::log_context_impl::line

Definition at line 20 of file log_message.cpp.

◆ method

string fc::detail::log_context_impl::method

Definition at line 21 of file log_message.cpp.

◆ task_name

string fc::detail::log_context_impl::task_name

Definition at line 23 of file log_message.cpp.

◆ thread_name

string fc::detail::log_context_impl::thread_name

Definition at line 22 of file log_message.cpp.

◆ timestamp

time_point fc::detail::log_context_impl::timestamp

Definition at line 26 of file log_message.cpp.


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