public interface ILog
Modifier and Type | Field and Description |
---|---|
static int |
LEVEL_ERROR |
static int |
LEVEL_MESSAGE |
static int |
LEVEL_WARNING |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getExceptionTrace()
only available if this Log captured from an exception
the trace of the exception
|
int |
getLevel() |
java.lang.String |
getLevelAsString() |
long |
getLogTime() |
java.lang.String |
getXmlSegment()
only available if this Log is working on XML
segment of the XML
|
boolean |
isActionFailed() |
static final int LEVEL_MESSAGE
static final int LEVEL_WARNING
static final int LEVEL_ERROR
int getLevel()
java.lang.String getLevelAsString()
java.lang.String getDescription()
long getLogTime()
boolean isActionFailed()
java.lang.String getXmlSegment()
java.lang.String getExceptionTrace()