public class

Verbose

extends Object
java.lang.Object
   ↳ com.sforce.ws.util.Verbose

Class Overview

Util class to log debug messages.

Summary

Constants
String WSDL
String XML
Fields
private static final PrintStream out
Public Constructors
Verbose()
Public Methods
static boolean isVerbose(String type)
static void log(Object message)
static String toString(Object o)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String WSDL

Constant Value: "wsdl"

public static final String XML

Constant Value: "xml"

Fields

private static final PrintStream out

Public Constructors

public Verbose ()

Public Methods

public static boolean isVerbose (String type)

Parameters
type

public static void log (Object message)

Parameters
message

public static String toString (Object o)

Parameters
o