libzypp 17.35.19
|
#include <zypp/ng/reporthelper.h>
Additional Inherited Members | |
![]() | |
static constexpr bool | async () |
![]() | |
BasicReportHelper (ZyppContextRef &&ctx) | |
![]() | |
ZyppContextRef | _ctx |
Definition at line 135 of file reporthelper.h.
|
inline |
Definition at line 139 of file reporthelper.h.
|
default |
|
default |
|
default |
|
default |
bool zyppng::JobReportHelper< ZyppContextRef >::debug | ( | std::string | msg_r, |
UserData | userData_r = UserData() ) |
send debug message text
Definition at line 184 of file reporthelper.cc.
bool zyppng::JobReportHelper< ZyppContextRef >::info | ( | std::string | msg_r, |
UserData | userData_r = UserData() ) |
send message text
Definition at line 195 of file reporthelper.cc.
bool zyppng::JobReportHelper< ZyppContextRef >::warning | ( | std::string | msg_r, |
UserData | userData_r = UserData() ) |
send warning text
Definition at line 206 of file reporthelper.cc.
bool zyppng::JobReportHelper< ZyppContextRef >::error | ( | std::string | msg_r, |
UserData | userData_r = UserData() ) |
send error text
Definition at line 217 of file reporthelper.cc.
bool zyppng::JobReportHelper< ZyppContextRef >::important | ( | std::string | msg_r, |
UserData | userData_r = UserData() ) |
send important message text
Definition at line 228 of file reporthelper.cc.
bool zyppng::JobReportHelper< ZyppContextRef >::data | ( | std::string | msg_r, |
UserData | userData_r = UserData() ) |
send data message
Definition at line 239 of file reporthelper.cc.