public interface ILogCollection
Modifier and Type | Method and Description |
---|---|
boolean |
isActionFailed()
any ILog.isActionFailed() return true?
|
int |
logCount() |
ILog[] |
toLogArray() |
java.lang.String |
toLogContents()
Display all ILog in string
|
int logCount()
ILog[] toLogArray()
boolean isActionFailed()
java.lang.String toLogContents()