Skip to content

Commit f1a07b8

Browse files
Update articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md
Co-authored-by: Mary McCready <[email protected]>
1 parent 3839982 commit f1a07b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Expand the **User-Defined Code Configuration** section, and fill out the configu
136136
|Custom Code Assembly Source|Existing assembly packages from the cloud|
137137
|Custom Code Assembly Source|UserCustomCode.zip|
138138

139-
## User Logging
139+
## User logging
140140
The logging mechanism allow users to capture custom information during job run. Log data can be used to debug or assess the correctness of the custom code at real time.
141141

142142
The `StreamingContext` class provides a mechanism for publishing diagnostics information using the `StreamingDiagnostics.WriteError` function. The code below shows the interface exposed by Azure Stream Analytics.

0 commit comments

Comments
 (0)