Uses of Class
edu.rice.cs.plt.debug.TextLogSink

Packages that use TextLogSink
edu.rice.cs.plt.debug Defines a variety of logging classes, along with other facilities for code-embedded debugging. 
 

Uses of TextLogSink in edu.rice.cs.plt.debug
 

Subclasses of TextLogSink in edu.rice.cs.plt.debug
 class AssertEmptyLogSink
          A log sink that triggers an assertion failure whenever it is written to.
 class FileLogSink
          A log sink that writes tagged, indented text to a file.
 class IndentedTextLogSink
          An abstract log that records messages as indented text.
 class OutputStreamLogSink
          A log sink that writes tagged, indented text to an output stream.
 class PopupLogSink
           
 class SystemErrLogSink
          A log sink that writes tagged, indented text to System.err.
 class SystemOutLogSink
          A log sink that writes tagged, indented text to System.out.
 class TreeLogSink
           
 class WriterLogSink
          A log that writes tagged, indented text to the given Writer.