Defines the amount of error information to write to the DebugLogFile.
Member | Value | Description |
---|---|---|
BC_Detailed | 2 | Place as much information into the DebugLogFile as possible. You should use this option when you are tracking down a problem. |
BC_Development | 1 | Place information into the DebugLogFile that is useful during normal development using this component. |
BC_Production | 0 | Place minimal information into the DebugLogFile. |
The default value is BC_Production.
This enumeration allows you to specify the amount of detail to place into the DebugLogFile and can be set by the DebugErrorLevel property.