com.rubecula.darwin.domain.helper
Class Sink_Log

java.lang.Object
  extended by com.rubecula.darwin.domain.helper.Sink_
      extended by com.rubecula.darwin.domain.helper.Sink_Log
All Implemented Interfaces:
Sink, java.io.Closeable, java.io.Flushable, java.lang.Appendable

public final class Sink_Log
extends Sink_

Author:
Robin Hillyard

Field Summary
 
Fields inherited from class com.rubecula.darwin.domain.helper.Sink_
LOG
 
Fields inherited from interface com.rubecula.darwin.domain.helper.Sink
NEWLINE
 
Constructor Summary
Sink_Log()
           
 
Method Summary
 java.lang.Appendable append(java.lang.CharSequence csq)
          Send the character sequence csq to the logger as an info message.
 
Methods inherited from class com.rubecula.darwin.domain.helper.Sink_
append, append, close, flush, sinkOrLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sink_Log

public Sink_Log()
Method Detail

append

public java.lang.Appendable append(java.lang.CharSequence csq)
                            throws java.io.IOException
Send the character sequence csq to the logger as an info message.

Returns:
this
Throws:
java.io.IOException
See Also:
Appendable.append(java.lang.CharSequence)


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.