Package org.sonatype.gossip.support

Examples of org.sonatype.gossip.support.LoggingOutputStream


  public int exec(String command)
      throws IOException
  {
    return exec(
        command,
        new LoggingOutputStream(LOG, Level.DEBUG),
        new LoggingOutputStream(LOG, Level.ERROR)
    );
  }
View Full Code Here

TOP

Related Classes of org.sonatype.gossip.support.LoggingOutputStream

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.