#include <Logging.h>
Definition at line 131 of file Logging.h.
◆ ColorString()
| std::string cloudViewer::utility::Logger::Impl::ColorString |
( |
const std::string & |
text, |
|
|
TextColor |
text_color, |
|
|
int |
highlight_text |
|
) |
| const |
|
inline |
◆ console_print_fcn_
| std::function< void(const std::string &)> cloudViewer::utility::Logger::Impl::console_print_fcn_ |
|
static |
Initial value:=
[](
const std::string &msg) { std::cout << msg <<
std::endl; }
QTextStream & endl(QTextStream &stream)
Definition at line 136 of file Logging.h.
◆ print_fcn_
| std::function<void(const std::string &)> cloudViewer::utility::Logger::Impl::print_fcn_ |
◆ verbosity_level_
The documentation for this struct was generated from the following files: