consciouscode.seedling
Interface LoggingNode


Deprecated. The Seedling platform no longer uses this interface.

@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

getLog

Log getLog()
Deprecated. 
Gets the Log associated with this object. Must not return null. Implementations should return a "do-nothing" log instance if no logging is desired.


setLog

void setLog(Log log)
Deprecated. 
Sets the Log associated with this object.

Parameters:
log - may be null to disable all logging, although the instance must return a non-null value from getLog().


Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.