OmniSciDB
a5dc49c757
|
#include <Logger.h>
Public Member Functions | |
Logger (Channel) | |
Logger (Severity) | |
Logger (Logger &&)=default | |
~Logger () | |
operator bool () const | |
boost::log::record_ostream & | stream (char const *file, int line) |
Private Attributes | |
bool const | is_channel_ |
int const | enum_value_ |
std::unique_ptr < boost::log::record > | record_ |
std::unique_ptr < boost::log::record_ostream > | stream_ |
|
explicit |
Definition at line 492 of file Logger.cpp.
References record_, and stream_.
|
explicit |
Definition at line 502 of file Logger.cpp.
References record_, and stream_.
|
default |
logger::Logger::~Logger | ( | ) |
Definition at line 512 of file Logger.cpp.
References enum_value_, logger::FATAL, logger::g_fatal_func, logger::g_fatal_func_flag, logger::anonymous_namespace{Logger.cpp}::get_channel_logger(), is_channel_, and stream_.
logger::Logger::operator bool | ( | ) | const |
Definition at line 532 of file Logger.cpp.
boost::log::record_ostream & logger::Logger::stream | ( | char const * | file, |
int | line | ||
) |
Definition at line 554 of file Logger.cpp.
References nvtx_helpers::anonymous_namespace{nvtx_helpers.cpp}::filename(), logger::anonymous_namespace{Logger.cpp}::g_thread_local_ids(), logger::ThreadLocalIds::request_id_, stream_, and logger::ThreadLocalIds::thread_id_.
|
private |
|
private |
|
private |
|
private |