|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Debugger
debugger interface
Method Summary | |
---|---|
void |
addQueryExecutionTime(String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
add new query execution time |
DebugTimer |
addTimer(String label,
long exe,
String template)
adds ne Timer info to debug |
DebugTrace |
addTrace(int type,
String category,
String text,
PageSource page,
String varName,
String varValue)
add new Trace to debug |
Struct |
getDebuggingData()
returns the Debugging Info |
DebugEntry |
getEntry(PageContext pc,
PageSource source)
|
DebugEntry |
getEntry(PageContext pc,
PageSource source,
String key)
|
List |
getQueries()
|
DebugTrace[] |
getTraces()
|
void |
reset()
reset the debug object |
void |
setOutput(boolean output)
sets if toHTML print html output info or not |
void |
writeOut(PageContext pc)
|
Methods inherited from interface railo.runtime.dump.Dumpable |
---|
toDumpData |
Method Detail |
---|
void reset()
DebugEntry getEntry(PageContext pc, PageSource source)
source
-
DebugEntry getEntry(PageContext pc, PageSource source, String key)
source
- key
-
void addQueryExecutionTime(String datasource, String name, SQL sql, int recordcount, PageSource src, int time)
datasource
- name
- sql
- recordcount
- src
- time
- void setOutput(boolean output)
output
- The output to set.List getQueries()
void writeOut(PageContext pc) throws IOException
pc
-
IOException
Struct getDebuggingData()
DebugTimer addTimer(String label, long exe, String template)
label
- exe
- DebugTrace addTrace(int type, String category, String text, PageSource page, String varName, String varValue)
type
- category
- text
- page
- varName
- varValue
-
DebugTrace[] getTraces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |