Error Level. Specifies the amount of information written to the debug log file.
| Member | Value | Description |
|---|---|---|
| MX_ErrorLevel_Production | 0 | Production error level. This level is reccomended for use in deployed applications. At this level, only the minimum amount is written to the debug log in order to improve component performance. |
| MX_ErrorLevel_Development | 1 | Development error level. This level is reccomended for development and debugging. |
| MX_ErrorLevel_Detailed | 2 | Detailed error level. This level is reccomended for development and debugging. At this level, the most detail will be written to the debug log. |
