diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Logging.LoggingChecker.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Logging.LoggingChecker.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Logging.LoggingChecker.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Logging.LoggingChecker</h1> - <p> Module implementing a checker for logging related issues. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#LoggingChecker">LoggingChecker</a></td> <td>Class implementing a checker for logging related issues.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="LoggingChecker" ID="LoggingChecker"></a> <h2>LoggingChecker</h2> - <p> Class implementing a checker for logging related issues. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> - <table> <tr><td>Codes</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#LoggingChecker.__init__">LoggingChecker</a></td> <td>Constructor</td> @@ -75,19 +72,20 @@ <td>Public method to check the given source against miscellaneous conditions.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="LoggingChecker.__init__" ID="LoggingChecker.__init__"></a> <h4>LoggingChecker (Constructor)</h4> <b>LoggingChecker</b>(<i>source, filename, tree, select, ignore, expected, repeat, args</i>) - <p> Constructor </p> + <dl> <dt><i>source</i> (list of str)</dt> @@ -126,17 +124,17 @@ <a NAME="LoggingChecker.__checkLogging" ID="LoggingChecker.__checkLogging"></a> <h4>LoggingChecker.__checkLogging</h4> <b>__checkLogging</b>(<i></i>) - <p> Private method to check logging statements. </p> + <a NAME="LoggingChecker.__error" ID="LoggingChecker.__error"></a> <h4>LoggingChecker.__error</h4> <b>__error</b>(<i>lineNumber, offset, code, *args</i>) - <p> Private method to record an issue. </p> + <dl> <dt><i>lineNumber</i> (int)</dt> @@ -159,10 +157,10 @@ <a NAME="LoggingChecker.__ignoreCode" ID="LoggingChecker.__ignoreCode"></a> <h4>LoggingChecker.__ignoreCode</h4> <b>__ignoreCode</b>(<i>code</i>) - <p> Private method to check if the message code should be ignored. </p> + <dl> <dt><i>code</i> (str)</dt> @@ -185,11 +183,11 @@ <a NAME="LoggingChecker.run" ID="LoggingChecker.run"></a> <h4>LoggingChecker.run</h4> <b>run</b>(<i></i>) - <p> Public method to check the given source against miscellaneous conditions. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>