Package org.sosy_lab.common
Class Appenders.AbstractAppender
java.lang.Object
org.sosy_lab.common.Appenders.AbstractAppender
- All Implemented Interfaces:
Appender
- Enclosing class:
- Appenders
Base implementation of
Appender that ensures that the toString() method
returns the same result that Appender.appendTo(Appendable) produces in order to ensure that the
contract of Appender is fulfilled.