|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface LoggingNode
A Seedling node that uses a Log
to render messages.
Method Summary | |
---|---|
Log |
getLog()
Deprecated. Gets the Log associated with this object. |
void |
setLog(Log log)
Deprecated. Sets the Log associated with this object. |
Method Detail |
---|
Log getLog()
Log
associated with this object.
Must not return null
. Implementations should return a
"do-nothing" log instance if no logging is desired.
void setLog(Log log)
Log
associated with this object.
log
- may be null
to disable all logging, although the
instance must return a non-null
value from getLog()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |