Class Verbose


  • public class Verbose
    extends java.lang.Object
    Util class to log debug messages.
    Since:
    1.0 Nov 5, 2005
    Version:
    1.0
    Author:
    http://cheenath.com
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String WSDL  
      static java.lang.String XML  
    • Constructor Summary

      Constructors 
      Constructor Description
      Verbose()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isVerbose​(java.lang.String type)  
      static void log​(java.lang.Object message)  
      static java.lang.String toString​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • Verbose

        public Verbose()
    • Method Detail

      • isVerbose

        public static boolean isVerbose​(java.lang.String type)
      • toString

        public static java.lang.String toString​(java.lang.Object o)
      • log

        public static void log​(java.lang.Object message)