Skip to content

Commit ecc0d45

Browse files
authored
Merge pull request #2491 from MicrosoftDocs/aheaney-traceupdates
Updating enums to have TraceSeverity.XXX
2 parents abd6406 + 3b551fe commit ecc0d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/canvas-apps/functions/function-trace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Trace messages can also be defined in your app. These can be viewed in the Power
2222

2323
## Syntax
2424

25-
*Trace(message, severity, custom_record )*
25+
*Trace(message, trace_severity, custom_record )*
2626

2727
- *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.
2929
- *custom_record* - Optional. A record containing custom data that will be recorded in Application Insights.
3030

3131

0 commit comments

Comments
 (0)