TraceLevel.Warning

Updated on

TraceLevel.Warning (4) is an enumeration that specifies the trace level. It is a member of the TraceLevel.Type and specifies the Warning trace level.

Examples

// Output: "123"
Diagnostics.Trace( 
  TraceLevel.Warning, 
  "TextValueFromNumber", 
  () => Text.From( 123 ), 
  true 
)

Other related enumerations are:

Applies to

Here’s a list of functions that work with TraceLevel.Type:

Contribute » | Contributors: Rick de Groot

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy