Package org.shiftone.jrat.util.log.target

Examples of org.shiftone.jrat.util.log.target.TandemTarget


    PROXY_LOG_TARGET.setLogTarget(SYSTEM_OUT_TARGET);
  }

  public static void redirectLogging(PrintWriter printWriter) {

    TandemTarget tandemTarget = new TandemTarget(SYSTEM_OUT_TARGET, new WriterLogTarget(printWriter));
    PROXY_LOG_TARGET.setLogTarget(tandemTarget);
  }
View Full Code Here

TOP

Related Classes of org.shiftone.jrat.util.log.target.TandemTarget

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.