JaroslavTulach commented on a change in pull request #2324:
URL: https://github.com/apache/netbeans/pull/2324#discussion_r511433796



##########
File path: 
cpplite/cpplite.editor/src/org/netbeans/modules/cpplite/editor/lsp/LanguageServerImpl.java
##########
@@ -64,9 +64,10 @@
 })
 public class LanguageServerImpl implements LanguageServerProvider {
 
+    private static final boolean DEBUG = 
Boolean.getBoolean("cpplite.lsp.debug");

Review comment:
       `LOG.isLoggable(FINE)` would be more standard - at least it would be 
known how to configure it. If you insist on the property, document it in 
`arch.xml` as `<api group="systemproperty"/>`.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to