Package org.apache.stratos.cartridge.agent.data.publisher.log

Examples of org.apache.stratos.cartridge.agent.data.publisher.log.LogPublisherManager


      

        // Keep the thread live until terminated

        // start log publishing
        LogPublisherManager logPublisherManager = new LogPublisherManager();
        publishLogs(logPublisherManager);

        while (!terminated) {
          try {
        Thread.sleep(1000);
      } catch (InterruptedException ignore) {
      }
        }

        logPublisherManager.stop();
    }
View Full Code Here

TOP

Related Classes of org.apache.stratos.cartridge.agent.data.publisher.log.LogPublisherManager

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.