27 #include <Safir/Application/Internal/SwReportExportDefs.h>
77 const std::wstring& location,
78 const std::wstring& text);
93 const std::wstring& location,
94 const std::wstring& text);
111 const std::wstring& text);
127 const std::wstring& location,
128 const std::wstring& text);
SWRE_API void SendProgramInfoReport(const std::wstring &text)
Sends a Programming Info report.
SWRE_API void SendProgrammingErrorReport(const std::wstring &errorCode, const std::wstring &location, const std::wstring &text)
Sends a Programming Error report.
SWRE_API void SendErrorReport(const std::wstring &errorCode, const std::wstring &location, const std::wstring &text)
Sends an Error report.
SWRE_API void SendResourceReport(const std::wstring &resourceId, bool allocated, const std::wstring &text)
Sends a Resource report.
SWRE_API void SendFatalErrorReport(const std::wstring &errorCode, const std::wstring &location, const std::wstring &text)
Sends a Fatal Error report.