Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6.3 Log statements should be updated to use Log4J 2’s parameterization:

 

Code Block
languagejava
if (log.isDebugEnabled()) {   
  log.debug("Hi, " + string1 + " " + string2);
}

...

TODO: Proposed Markers (we should refine this list and add any that are missing):

 

 

      • DLS or DISTRIBUTED_LOCK_SERVICE
      • PERSISTENCE
      • MEMBERSHIP or GMS
      • CLIENT
      • SERVER
      • REGION

...