![]() |
Webdar 1.0.0
Web user interface to libdar
|
pure virtual class defining the common interface of log centralization implementations More...
#include <central_report.hpp>

Public Member Functions | |
| central_report (priority_t min_logged) | |
| central_report (const central_report &ref)=delete | |
| central_report (central_report &&ref) noexcept=delete | |
| central_report & | operator= (const central_report &ref)=delete |
| central_report & | operator= (central_report &&ref) noexcept=delete |
| void | report (priority_t priority, const std::string &message) |
Protected Member Functions | |
| virtual void | inherited_report (priority_t priority, const std::string &message)=0 |
pure virtual class defining the common interface of log centralization implementations