New LogMessageExtractorCheck which writes out TXT report of all loggers
[yangtools.git] / common / checkstyle-logging / src / main / resources / checkstyle-logging.xml
index c8173b8dd899748bf0cf5a628efc0a5622dad77b..818bd230cc93ecd4f1f5e24214a50f3c84f6f6b4 100644 (file)
@@ -33,4 +33,8 @@
         <module name="org.opendaylight.yangtools.checkstyle.LoggerDeclarationsCountCheck"/>
     </module>
 
+    <module name="TreeWalker">
+        <module name="org.opendaylight.yangtools.checkstyle.LogMessageExtractorCheck"/>
+    </module>
+
 </module>
\ No newline at end of file