#include <uhd/utils/log.hpp>
Logging info structure
Information needed to create a log entry is fully contained in the logging_info structure.
|
| | logging_info () |
| |
| | logging_info (const std::chrono::system_clock::time_point &time_, const uhd::log::severity_level &verbosity_, const std::string &file_, const unsigned int &line_, const std::string &component_, const std::thread::id &thread_id_) |
| |
◆ logging_info() [1/2]
| uhd::log::detail::logging_info::logging_info |
( |
| ) |
|
|
inline |
◆ logging_info() [2/2]
| uhd::log::detail::logging_info::logging_info |
( |
const std::chrono::system_clock::time_point & |
time_, |
|
|
const uhd::log::severity_level & |
verbosity_, |
|
|
const std::string & |
file_, |
|
|
const unsigned int & |
line_, |
|
|
const std::string & |
component_, |
|
|
const std::thread::id & |
thread_id_ |
|
) |
| |
|
inline |
◆ component
| std::string uhd::log::detail::logging_info::component |
◆ file
| std::string uhd::log::detail::logging_info::file |
◆ line
| unsigned int uhd::log::detail::logging_info::line |
◆ message
| std::string uhd::log::detail::logging_info::message |
◆ thread_id
| std::thread::id uhd::log::detail::logging_info::thread_id |
◆ time
| std::chrono::system_clock::time_point uhd::log::detail::logging_info::time |
◆ verbosity
The documentation for this struct was generated from the following file: