railo.runtime.debug
Interface DebugTrace


public interface DebugTrace


Method Summary
 java.lang.String getCategory()
           
 int getLine()
           
 java.lang.String getTemplate()
           
 java.lang.String getText()
           
 long getTime()
           
 int getType()
           
 java.lang.String getVarName()
           
 java.lang.String getVarValue()
           
 

Method Detail

getCategory

public java.lang.String getCategory()
Returns:
the category

getLine

public int getLine()
Returns:
the line

getTemplate

public java.lang.String getTemplate()
Returns:
the template

getText

public java.lang.String getText()
Returns:
the text

getTime

public long getTime()
Returns:
the time

getType

public int getType()
Returns:
the type

getVarName

public java.lang.String getVarName()
Returns:
the var

getVarValue

public java.lang.String getVarValue()
Returns:
the var