FormatExceptionOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
NonDebugVerbose | 1 | Include verbose exception information in a non-DEBUG build. | |
DebugVerbose | 2 | Include verbose exception information in a DEBUG build. | |
IsDeveloper | 4 | Specifies whether or not the current user is a developer. | |
IgnoreSuppression | 8 | Ignores any sensitive information suppression. Appropriate ONLY for server-side logging (e.g. xot_request_log). | |
DevMessagesOnly | 16 | Include developer messages only (from any exception DeveloperMessage). |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.