|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FuncTestLogger
Implementors of this interface can log information to the func test log.
Method Summary | |
---|---|
void |
log(Object logData)
This will data via a String.valueOf(logData) in the specified object. |
void |
log(Throwable t)
|
Method Detail |
---|
void log(Object logData)
logData
- the objct to log via String.valueOf().void log(Throwable t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |