dea.common
Interface IDebugLevels
- All Known Implementing Classes:
- AlbumManager, Attr, Attr_types, Attribs, BaseAction, BaseAction, BaseDataForm, BaseJDSAction, BaseServlet, CatData, Cats, ChkNet, ChkSite, ClearWorkServlet, ControllerFactory, ConvertCountsServlet, Counts, Db, DB, Display, Dvdcompat, Dvds, EchoProcessor, EditMenuAction, EditObjAction, EditPicAction, Entry_info, FileInfo, Fold_info, FtpUtils, GenBean, Hc_devbak, Hc_devices, Hc_echo, Hc_log, Hc_rain, Hc_vars, HcManager, HcServices, ImportHcServlet, Lookups, Memos, Menus, Msg_info, MsgInfo, MsgInfoFix, ObjData, Objects, Objx, PageUtils, Parms, Perms, PicData, Pics, Pkeys, ProcessReplies, QueueProcessor, RainInfo, ResetHcAction, SessionUtils, SetDebugServlet, Spam_replies, Srcs, Stats, TCPRead, Templates, TimeCommanderPlus, Top30, Top30To, UpdateForm, UpdateHcAction, UpdateHcServlet, Url_info, Userperms, Users, ViewImageServlet, ViewSourceServlet, WebDemo
- public interface IDebugLevels
This interface holds the constants for the various debug levels
|
Field Summary |
static int |
BASIC
almost always want to see stuff |
static int |
DEBUG_ALL
turn on all the above |
static int |
ERROR
all debug and timers off. |
static int |
METH_DETAIL
further detail of (some) methods |
static int |
METH_ENTER
entrace to most methods |
static int |
METH_EXIT
exit of (some) methods |
static int |
METH_EXT
the other stuff you only want to see if things have gotten really wierd |
static int |
METH_GET
when gets are called |
static int |
METH_SET
when sets are called |
static int |
METH_VARS
content of some of the vars in some methods |
static int |
SHOW_PASS
Show things like DB connect user and password |
ERROR
public static final int ERROR
- all debug and timers off.
- See Also:
- Constant Field Values
BASIC
public static final int BASIC
- almost always want to see stuff
- See Also:
- Constant Field Values
METH_ENTER
public static final int METH_ENTER
- entrace to most methods
- See Also:
- Constant Field Values
METH_EXIT
public static final int METH_EXIT
- exit of (some) methods
- See Also:
- Constant Field Values
METH_DETAIL
public static final int METH_DETAIL
- further detail of (some) methods
- See Also:
- Constant Field Values
METH_VARS
public static final int METH_VARS
- content of some of the vars in some methods
- See Also:
- Constant Field Values
METH_EXT
public static final int METH_EXT
- the other stuff you only want to see if things have gotten really wierd
- See Also:
- Constant Field Values
METH_GET
public static final int METH_GET
- when gets are called
- See Also:
- Constant Field Values
METH_SET
public static final int METH_SET
- when sets are called
- See Also:
- Constant Field Values
SHOW_PASS
public static final int SHOW_PASS
- Show things like DB connect user and password
- See Also:
- Constant Field Values
DEBUG_ALL
public static final int DEBUG_ALL
- turn on all the above
- See Also:
- Constant Field Values
Copyright © 2001-2005 Round Mountain Rescue Ranch. All Rights Reserved.