Package org.apache.ivory.logging

Examples of org.apache.ivory.logging.LogProvider


    try {
      // TODO getStatus does all validations and filters clusters
      InstancesResult result = getStatus(type, entity, startStr, endStr,
          colo);
      LogProvider logProvider = new LogProvider();
      Entity entityObject = EntityUtil.getEntity(type, entity);
      for (Instance instance : result.getInstances()) {
        logProvider.populateLogUrls(entityObject, instance, runId);
      }
      return result;
    } catch (Exception e) {
      LOG.error("Failed to get logs for instances", e);
      throw IvoryWebException.newInstanceException(e,
View Full Code Here

TOP

Related Classes of org.apache.ivory.logging.LogProvider

Copyright © 2018 www.massapicom. 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.