com.sforce.ws.util
Class Verbose

java.lang.Object
  extended by com.sforce.ws.util.Verbose

public class Verbose
extends Object

Util class to log debug messages.

Since:
1.0 Nov 5, 2005
Version:
1.0
Author:
http://cheenath.com

Field Summary
static String WSDL
           
static String XML
           
 
Constructor Summary
Verbose()
           
 
Method Summary
static boolean isVerbose(String type)
           
static void log(Object message)
           
static String toString(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL

public static final String WSDL
See Also:
Constant Field Values

XML

public static final String XML
See Also:
Constant Field Values
Constructor Detail

Verbose

public Verbose()
Method Detail

isVerbose

public static boolean isVerbose(String type)

toString

public static String toString(Object o)

log

public static void log(Object message)


Copyright © 2013. All Rights Reserved.