27#include <Safir/Application/Internal/SwReportExportDefs.h>
30#ifndef SAFIR_NO_DEPRECATED
79 const std::wstring& location,
80 const std::wstring& text);
95 const std::wstring& location,
96 const std::wstring& text);
113 const std::wstring& text);
129 const std::wstring& location,
130 const std::wstring& text);
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
SWRE_INTERFACE_CPP_API void SendProgramInfoReport(const std::wstring &text)
Sends a Programming Info report.
SWRE_INTERFACE_CPP_API void SendResourceReport(const std::wstring &resourceId, bool allocated, const std::wstring &text)
Sends a Resource report.
SWRE_INTERFACE_CPP_API void SendFatalErrorReport(const std::wstring &errorCode, const std::wstring &location, const std::wstring &text)
Sends a Fatal Error report.
SWRE_INTERFACE_CPP_API void SendErrorReport(const std::wstring &errorCode, const std::wstring &location, const std::wstring &text)
Sends an Error report.
SWRE_INTERFACE_CPP_API void SendProgrammingErrorReport(const std::wstring &errorCode, const std::wstring &location, const std::wstring &text)
Sends a Programming Error report.