org.eclipse.cdt.internal.ui.util
Class Util

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.util.Util
All Implemented Interfaces:
IDebugLogConstants

public class Util
extends java.lang.Object
implements IDebugLogConstants


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.cdt.internal.ui.util.IDebugLogConstants
IDebugLogConstants.DebugLogConstant
 
Field Summary
static boolean VERBOSE_CONTENTASSIST
           
 
Fields inherited from interface org.eclipse.cdt.internal.ui.util.IDebugLogConstants
CONTENTASSIST
 
Method Summary
static void debugLog(java.lang.String message, IDebugLogConstants.DebugLogConstant client)
           
static boolean isActive(IDebugLogConstants.DebugLogConstant client)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE_CONTENTASSIST

public static boolean VERBOSE_CONTENTASSIST
Method Detail

debugLog

public static void debugLog(java.lang.String message,
                            IDebugLogConstants.DebugLogConstant client)

isActive

public static boolean isActive(IDebugLogConstants.DebugLogConstant client)