public final class DebugTraceImpl extends Object implements DebugTrace
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DEBUG |
static int |
TYPE_ERROR |
static int |
TYPE_FATAL |
static int |
TYPE_INFO |
static int |
TYPE_TRACE |
static int |
TYPE_WARN |
Constructor and Description |
---|
DebugTraceImpl(int type,
String category,
String text,
String template,
int line,
String action,
String varName,
String varValue,
long time) |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getCategory() |
int |
getLine() |
String |
getTemplate() |
String |
getText() |
long |
getTime() |
int |
getType() |
String |
getVarName() |
String |
getVarValue() |
static String |
toType(int type,
String defaultValue) |
static int |
toType(String type,
int defaultValue) |
public static final int TYPE_INFO
public static final int TYPE_DEBUG
public static final int TYPE_WARN
public static final int TYPE_ERROR
public static final int TYPE_FATAL
public static final int TYPE_TRACE
public String getCategory()
getCategory
in interface DebugTrace
public int getLine()
getLine
in interface DebugTrace
public String getTemplate()
getTemplate
in interface DebugTrace
public String getText()
getText
in interface DebugTrace
public long getTime()
getTime
in interface DebugTrace
public int getType()
getType
in interface DebugTrace
public String getVarValue()
getVarValue
in interface DebugTrace
public String getVarName()
getVarName
in interface DebugTrace
public String getAction()
getAction
in interface DebugTrace
Copyright © 2015 Lucee