Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-2130

Log: cache result of log.isTraceEnabled()

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Do
    • Icon: Minor Minor
    • 4.0, 5.4, 5.3.7, 5.2.26
    • None

      e.g.

      boolean trace=log.isTraceEnabled();
      loop {
         if(trace) ...
      }
      

      Unfortunately, isTraceEnabled() is not free in most scenarios, so the cost of invoking this method should be amortized over multiple calls.

      I don't want to cache this at a global level, or else we wouldn't be able to change the log level at runtime...

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: