Uses of Package
edu.rice.cs.plt.debug

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

Classes in edu.rice.cs.plt.debug used by edu.rice.cs.plt.debug
AssertEmptyLogSink
          A log sink that triggers an assertion failure whenever it is written to.
FilteredLogSink
          A LogSink that discards any messages that are not accepted by a given predicate.
IndentedTextLogSink
          An abstract log that records messages as indented text.
Log
          A log allows messages and other information to be recorded during program execution.
LogSink
          A destination for log messages.
LogSink.EndMessage
          A message signifying the end of a block of code.
LogSink.ErrorMessage
          A message logging the occurrence of some error (a Throwable).
LogSink.Message
           
LogSink.MessageVisitor
           
LogSink.StackMessage
          A message logging the thread's current stack trace.
LogSink.StandardMessage
          A standard logging message, which may include a text message and name-value pairs.
LogSink.StartMessage
          A message signifying the beginning of a block of code.
LogSink.ValueMessage
           
TextLogSink
          A LogSink that formats its messages as lines of text.
ThreadSnapshot
          A serializable and immutable view of a Thread at a particular time.
TreeLogSink
           
VoidLog
          A log that ignores all logging requests.