MementoVerbose
Sends Memento trace with a Verbose level from user application
Parameter Info
Class | Category | Level | Type | Access |
---|---|---|---|---|
Configuration | Configuration | SELECT | String collection | Set Only |
Num ID | String Identifier | C, C++ identifier |
---|---|---|
108 << 14 | MementoVerbose | MC_MementoVerbose |
Parameter Description
This string collection parameter of 16 elements enables the caller to send a Memento trace with "Verbose" level from a user application.
Parameter Usage
The collection element index selects the Memento Kind
from User0
to UserF
.
For instance, to send a verbose message with the User7
kind, the following call will be added in the C/C++ user application:
McSetParamStr(MC_CONFIGURATION, MC_MementoVerbose + 7, "This is a verbose message.");