Defines the amount of error information in the debug log.
| Member | Value | Description |
|---|---|---|
| SF_PRODUCTION | 0 | The default error level. This setting will produce the minimum amount of error information. |
| SF_DEVELOPMENT | 1 | This setting will produce additional error information that is useful during the development process. |
| SF_DETAILED | 2 | This setting will produce detailed error information that is useful when debugging a problem during the development process. |
