Package org.jboss.dna.common.util

Examples of org.jboss.dna.common.util.Logger.trace()


                sequencers = this.sequencerSelector.selectSequencers(sequencers, node, change);
            }
            if (sequencers.isEmpty()) {
                this.statistics.recordNodeSkipped();
                if (logger.isDebugEnabled()) {
                    logger.trace("Skipping '{0}': no sequencers matched this condition", change);
                }
            } else {
                // Run each of those sequencers ...
                for (Map.Entry<SequencerCall, Set<RepositoryNodePath>> entry : sequencerCalls.entrySet()) {
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.