wt.fv.uploadtocache
Class LogHelper

java.lang.Object
  extended bywt.fv.uploadtocache.LogHelper

public class LogHelper
extends Object


Field Summary
static boolean DEBUG
           
static String RESOURCE
           
static boolean VERBOSE
           
 
Constructor Summary
LogHelper()
           
 
Method Summary
static void assertTrue(boolean v)
           
static void devError(String msg)
           
static void devExc(Exception e, String msg)
           
static void devLog(String msg)
           
static void logExc(Exception e, String msg)
           
private static void PP(String s)
           
static void userError(String rb, String msgId)
           
static void userError(String rb, String msgId, Object[] params)
           
static void userExc(Exception e, String rb, String msgId)
           
static void userExc(Exception e, String rb, String msgId, Object[] params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

public static final String RESOURCE
See Also:
Constant Field Values

VERBOSE

public static boolean VERBOSE

DEBUG

public static boolean DEBUG
Constructor Detail

LogHelper

public LogHelper()
Method Detail

assertTrue

public static void assertTrue(boolean v)
                       throws WTException
Throws:
WTException

devError

public static void devError(String msg)
                     throws WTException
Throws:
WTException

userExc

public static void userExc(Exception e,
                           String rb,
                           String msgId)
                    throws WTException
Throws:
WTException

userExc

public static void userExc(Exception e,
                           String rb,
                           String msgId,
                           Object[] params)
                    throws WTException
Throws:
WTException

userError

public static void userError(String rb,
                             String msgId)
                      throws WTException
Throws:
WTException

userError

public static void userError(String rb,
                             String msgId,
                             Object[] params)
                      throws WTException
Throws:
WTException

devExc

public static void devExc(Exception e,
                          String msg)
                   throws WTException
Throws:
WTException

logExc

public static void logExc(Exception e,
                          String msg)

devLog

public static void devLog(String msg)

PP

private static void PP(String s)