TraceLevel.Type specifies the trace level.
Enumeration Options
Enumerations simplify the process of selecting options within a function. To specify the TraceLevel.Type, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).
| Argument | Value | Description |
|---|---|---|
| TraceLevel.Critical | 1 | Specifies Critical trace level. |
| TraceLevel.Error | 2 | Specifies Error trace level. |
| TraceLevel.Warning | 4 | Specifies Warning trace level. |
| TraceLevel.Information | 8 | Specifies Information trace level. |
| TraceLevel.Verbose | 16 | Specifies Verbose trace level. |
Applies to
Here’s a list of functions that work with TraceLevel.Type:
2023-2026 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy