Class ACMDecisionLog


  • public class ACMDecisionLog
    extends LoggerConfigurator
    ACMDecisionLog is used to log the detailed decisions that are made when deciding which IServer should be used for a particular user's needs. There are two types of decisions being made (1) Single Project Decision which finds one IServer to handle a project, (2) Cross Project Decision which finds a set of IServers that can handle cross-project operations such as getUserLibrary.
    • Field Detail

      • logger

        public static final Logger logger