TraceLevel.Critical (1) is an enumeration that specifies the trace level. It is a member of the TraceLevel.Type and specifies the Critical trace level.
Examples
// Output: "123"
Diagnostics.Trace(
TraceLevel.Critical,
"TextValueFromNumber",
() => Text.From( 123 ),
true
)
Related enumerations
Other related enumerations are:
Applies to
Here’s a list of functions that work with TraceLevel.Type:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy