We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f587db4 commit 88bd464Copy full SHA for 88bd464
csharp/ql/src/Bad Practices/UseOfSystemOutputStream.qhelp
@@ -6,7 +6,7 @@
6
<p>Writing directly to system output streams is often used as an unstructured form of logging. A
7
proper logging mechanism is a better way to direct messages to the desired location and also
8
ensures that no critical information is leaked to the standard outputs. The rule points out any
9
-call to the <code> Console.Write*(...)</code> methods and any access to <code>Console.Out</code> or
+call to the <code>Console.Write*(...)</code> methods and any access to <code>Console.Out</code> or
10
<code>Console.Error</code>.</p>
11
12
</overview>
0 commit comments