ai_error_reporting.h
Go to the documentation of this file.
1// Copyright 2022 Autodesk, Inc. All rights reserved.
2//
3// Use of this software is subject to the terms of the Autodesk license
4// agreement provided at the time of installation or download, or which
5// otherwise accompanies this software in either electronic or hard copy form.
6
7#include "ai_api.h"
8
42AI_API void AiErrorReportingSetEnabled(bool value);
43AI_API bool AiErrorReportingGetEnabled();
46
47/*\}*/
DLL export prefix for API functions (necessary for multi-platform development)
Arnold String allows for fast string comparisons.
Definition: ai_string.h:46
AI_API AtString AiErrorReportingGetAutosendEmail()
Retrieves the email address assigned for automatically sending error reports.
Definition: ai_error_reporting.cpp:58
AI_API void AiErrorReportingSetAutosendEmail(AtString email)
Assign an email address for automatically sending error reports.
Definition: ai_error_reporting.cpp:46
AI_API bool AiErrorReportingGetEnabled()
Get the current configuration of Customer Error Reporting (CER)
Definition: ai_error_reporting.cpp:30
AI_API void AiErrorReportingSetEnabled(bool value)
Configure the usage of Customer Error Reporting (CER)
Definition: ai_error_reporting.cpp:15

© 2022 Autodesk, Inc. · All rights reserved · www.arnoldrenderer.com