#include <AAX_CHostServices.h>
Method access to a singleton implementation of the AAX_IHostServices interface.
◆ Set()
static void AAX_CHostServices::Set |
( |
IACFUnknown * |
pUnkHost | ) |
|
|
static |
◆ HandleAssertFailure()
Handle an assertion failure.
Use this method to delegate assertion failure handling to the host
Use inFlags
to request that specific behavior be included when handling the failure. This request may not be fulfilled by the host, and absence of a flag does not preclude the host from using that behavior when handling the failure.
- Parameters
-
[in] | iFile | The name of the file containing the assert check. Usually __FILE__ |
[in] | iLine | The line number of the assert check. Usually __LINE__ |
[in] | iNote | Text to display related to the assert. Usually the condition which failed |
[in] | iFlags | Bitfield of AAX_EAssertFlags to request specific handling behavior |
◆ Trace()
Log a trace message.
- Parameters
-
◆ StackTrace()
Log a trace message or a stack trace.
If the logging output filtering is set to include logs with iStackTracePriority
then both the logging message and a stack trace will be emitted, regardless of iTracePriority
.
If the logging output filtering is set to include logs with iTracePriority
but to exclude logs with iStackTracePriority
then this will emit a normal log with no stack trace.
- Parameters
-
The documentation for this class was generated from the following file: