Examples of debugf()


Examples of org.infinispan.util.logging.Log.debugf()

         }
      }

      Log logger = getLog();
      if (logger.isDebugEnabled()) {
         logger.debugf("Using %d virtualNodes to initialize consistent hash wheel ", numVirtualNodes);
         logger.tracef("Positions are: %s", positions);
      }

      // then populate caches, positionKeys and positionValues with the correct values (and in the correct order)
      caches = new LinkedHashSet<Address>(newCaches.size());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.