libzypp 17.31.23
|
Convenience SendReport<rpm::SingleTransReport> wrapper. More...
Public Member Functions | |
void | sendLogline (const std::string &line_r, ReportType::loglevel level_r=ReportType::loglevel::msg) |
Convenience to send a contentLogline. | |
void | sendLoglineRpm (const std::string &line_r, unsigned rpmlevel_r) |
Convenience to send a contentLogline translating a rpm loglevel. | |
Public Member Functions inherited from zypp::callback::SendReport< rpm::SingleTransReport > | |
SendReport () | |
~SendReport () | |
Distributor & | operator-> () |
Private Member Functions | |
void | report (const callback::UserData &userData_r) |
Additional Inherited Members | |
Public Types inherited from zypp::callback::SendReport< rpm::SingleTransReport > | |
typedef rpm::SingleTransReport | ReportType |
typedef ReceiveReport< rpm::SingleTransReport > | Receiver |
typedef DistributeReport< rpm::SingleTransReport > | Distributor |
Static Public Member Functions inherited from zypp::callback::SendReport< rpm::SingleTransReport > | |
static Receiver * | whoIsConnected () |
static bool | connected () |
Convenience SendReport<rpm::SingleTransReport> wrapper.
Provide convenience methods to invoke a generic report supplied with the proper UserData and ContentType,
Definition at line 1899 of file TargetImpl.cc.
|
inline |
Convenience to send a contentLogline.
Definition at line 1902 of file TargetImpl.cc.
|
inline |
Convenience to send a contentLogline translating a rpm loglevel.
Definition at line 1910 of file TargetImpl.cc.
|
inlineprivate |
Definition at line 1934 of file TargetImpl.cc.