TraceLevel.Error

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

Examples

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

Other related enumerations are:

Applies to

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

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.