railo.runtime.debug
Interface DebugTrace

All Superinterfaces:
Serializable
All Known Implementing Classes:
DebugTraceImpl

public interface DebugTrace
extends Serializable


Method Summary
 String getAction()
           
 String getCategory()
           
 int getLine()
           
 String getTemplate()
           
 String getText()
           
 long getTime()
           
 int getType()
           
 String getVarName()
           
 String getVarValue()
           
 

Method Detail

getCategory

String getCategory()
Returns:
the category

getLine

int getLine()
Returns:
the line

getTemplate

String getTemplate()
Returns:
the template

getText

String getText()
Returns:
the text

getTime

long getTime()
Returns:
the time

getType

int getType()
Returns:
the type

getVarName

String getVarName()
Returns:
the var

getVarValue

String getVarValue()
Returns:
the var

getAction

String getAction()


Copyright © 2012 Railo