Home
last modified time | relevance | path

Searched defs:logger_holder_base (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/sources/
Dglobal_logger_storage.hpp40 struct logger_holder_base struct
43 const char* const m_RegistrationFile;
45 const unsigned int m_RegistrationLine;
47 const typeindex::type_index m_LoggerType;
49logger_holder_base(const char* file, unsigned int line, typeindex::type_index logger_type) BOOST_N… in logger_holder_base() function