You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/functions/function-trace.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ Trace messages can also be defined in your app. These can be viewed in the Power
22
22
23
23
## Syntax
24
24
25
-
*Trace(message, severity, custom_record )*
25
+
*Trace(message, trace_severity, custom_record )*
26
26
27
27
-*Message* – Required. The information to be traced. In tests, this creates a record in the Traces table in the TestCaseResult record.
28
-
-*Severity* - Optional. The severity level of the Trace recorded in Application Insights. Options are Information, Warning or Error.
28
+
-*Trace_severity* - Optional. The severity level of the Trace recorded in Application Insights. Options are TraceSeverity.Information, TraceSeverity.Warning or TraceSeverity.Error.
29
29
-*custom_record* - Optional. A record containing custom data that will be recorded in Application Insights.
0 commit comments