Skip to content

Commit f79398b

Browse files
authored
Update how-to-use-logging.md
1 parent d3d6e99 commit f79398b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/cognitive-services/Speech-Service/how-to-use-logging.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ ms.custom: "devx-track-js, devx-track-csharp"
1616

1717
Logging to file is an optional feature for the Speech SDK. During development logging provides additional information and diagnostics from the Speech SDK's core components. It can be enabled by setting the property `Speech_LogFilename` on a speech configuration object to the location and name of the log file. Logging is handled by a static class in Speech SDK’s native library. You can turn on logging for any Speech SDK recognizer or synthesizer instance. All instances in the same process write log entries to the same log file.
1818

19-
> [!NOTE]
20-
> Logging is available in all supported Speech SDK programming languages, with the exception of JavaScript.
21-
2219
## Sample
2320

2421
The log file name is specified on a configuration object. Taking the `SpeechConfig` as an example and assuming that you have created an instance called `config`:

0 commit comments

Comments
 (0)