Audacity 3.2.0
|
A DTO for the Sentry Message interface. More...
#include <SentryReport.h>
Public Member Functions | |
Message & | AddParam (AnonymizedMessage value) |
Add a parameter to the Message. More... | |
Static Public Member Functions | |
static Message | Create (AnonymizedMessage message) |
Create a new Message. More... | |
Public Attributes | |
AnonymizedMessage | Value |
A string, possibly with s placeholders, containing the message. More... | |
std::vector< AnonymizedMessage > | Params |
Values for the placeholders. More... | |
A DTO for the Sentry Message interface.
Definition at line 48 of file SentryReport.h.
Message & audacity::sentry::Message::AddParam | ( | AnonymizedMessage | value | ) |
Add a parameter to the Message.
Definition at line 249 of file SentryReport.cpp.
References Params.
|
static |
Create a new Message.
Definition at line 244 of file SentryReport.cpp.
std::vector<AnonymizedMessage> audacity::sentry::Message::Params |
Values for the placeholders.
Definition at line 53 of file SentryReport.h.
Referenced by AddParam(), and audacity::sentry::Report::ReportImpl::ReportImpl().
AnonymizedMessage audacity::sentry::Message::Value |
A string, possibly with s placeholders, containing the message.
Definition at line 51 of file SentryReport.h.
Referenced by audacity::sentry::Report::ReportImpl::ReportImpl().