|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <spdmon.hpp>

Public Member Functions | |
| StatusLine (spdlog::level::level_enum level) | |
| virtual | ~StatusLine () |
| StatusLine (const StatusLine &other)=delete | |
| StatusLine & | operator= (const StatusLine &other)=delete |
| StatusLine (StatusLine &&other) noexcept=delete | |
| StatusLine & | operator= (StatusLine &&other) noexcept=delete |
| void | RegisterSinks (std::shared_ptr< spdlog::logger > logger) |
| void | TriggerPrintStatusLines () |
| virtual void | RenderStatusLine (fmt::memory_buffer &buf, unsigned int width)=0 |
| bool | ShouldLog () |
| spdlog::level::level_enum | GetLevel () |
| void | SendLogMsg (fmt::memory_buffer &buf) |
Static Public Member Functions | |
| static const char * | MagicFilename () |
Definition at line 326 of file spdmon.hpp.
|
inlineexplicit |
Definition at line 328 of file spdmon.hpp.
Referenced by spdmon::LoggerProgress::LoggerProgress(), spdmon::LoggerProgress::LoggerProgress(), operator=(), and operator=().
|
inlinevirtual |
Definition at line 330 of file spdmon.hpp.
|
delete |
|
deletenoexcept |
|
inline |
Definition at line 379 of file spdmon.hpp.
Referenced by SendLogMsg(), and TriggerPrintStatusLines().
|
inlinestatic |
Definition at line 372 of file spdmon.hpp.
Referenced by spdmon::TerminalSink< spdlog::details::console_mutex >::Print(), and SendLogMsg().
|
delete |
References StatusLine().
|
deletenoexcept |
References SPDMON_DECLARE_NON_MOVEABLE, and StatusLine().
|
inline |
Definition at line 346 of file spdmon.hpp.
References RegisterSinks().
Referenced by spdmon::LoggerProgress::LoggerProgress(), spdmon::LoggerProgress::LoggerProgress(), and RegisterSinks().
|
pure virtual |
Implemented in spdmon::LoggerProgress.
|
inline |
Definition at line 381 of file spdmon.hpp.
References GetLevel(), and MagicFilename().
Referenced by spdmon::LoggerProgress::ShowProgress().
|
inline |
Definition at line 377 of file spdmon.hpp.
Referenced by spdmon::LoggerProgress::ShowProgress().
|
inline |
Definition at line 358 of file spdmon.hpp.
References GetLevel().
Referenced by spdmon::LoggerProgress::ShowProgress().