1#ifndef LIBS_PANELS_CLOGGERINFORMERROR_HPP_
2#define LIBS_PANELS_CLOGGERINFORMERROR_HPP_
16 const std::vector<std::string> &warnings,
const std::vector<std::string> &errors);
30 void message(
const std::string &txtMessage)
override;
31 void warning(
const std::string &txtWarning)
override;
32 void error(
const std::string &txtError)
override;
33 [[nodiscard]]
bool hasError()
const override;
39 void showInform(
class CDialog *dlgFather,
bool showOnlyWarningAndError =
false,
bool showOnlyError =
false);
45 bool showOnlyWarningAndError =
false,
46 bool showOnlyError =
false)
const;
Definition AbstractComponentGUI.hpp:30
Definition AbstractLog.hpp:9
Definition CDialog.hpp:21