Package org.jpos.util

Class LogUtil


  • public class LogUtil
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.regex.Pattern xmlReservedPattern  
    • Constructor Summary

      Constructors 
      Constructor Description
      LogUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void dump​(java.io.PrintStream p, java.lang.String indent, java.lang.String s)  
      static boolean needsCDATA​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • dump

        public static void dump​(java.io.PrintStream p,
                                java.lang.String indent,
                                java.lang.String s)
      • needsCDATA

        public static boolean needsCDATA​(java.lang.String s)