![]() |
Safir SDK Core
|
#include <Safir/Application/Internal/SwReportExportDefs.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Safir |
This namespace contains all the functionality and definitions of the SAFIR SDK. | |
namespace | Safir::SwReports |
Provides methods for sending sofware reports. | |
Functions | |
SWRE_INTERFACE_CPP_API void | Safir::SwReports::SendFatalErrorReport (const std::wstring &errorCode, const std::wstring &location, const std::wstring &text) |
Sends a Fatal Error report. | |
SWRE_INTERFACE_CPP_API void | Safir::SwReports::SendErrorReport (const std::wstring &errorCode, const std::wstring &location, const std::wstring &text) |
Sends an Error report. | |
SWRE_INTERFACE_CPP_API void | Safir::SwReports::SendResourceReport (const std::wstring &resourceId, bool allocated, const std::wstring &text) |
Sends a Resource report. | |
SWRE_INTERFACE_CPP_API void | Safir::SwReports::SendProgrammingErrorReport (const std::wstring &errorCode, const std::wstring &location, const std::wstring &text) |
Sends a Programming Error report. | |
SWRE_INTERFACE_CPP_API void | Safir::SwReports::SendProgramInfoReport (const std::wstring &text) |
Sends a Programming Info report. | |