Package org.erights.e.develop.trace

Used to make visible the internal workings of an E program.

See:
          Description

Interface Summary
TraceConstants  
TraceErrorWatcher Untamed: The interface for any object that wishes to be informed when a program error has been logged.
TraceMessageAcceptor  
 

Class Summary
Trace Untamed: This might better be called TraceCache, but the name is retained for backward compatibility.
TraceBuffer  
TraceCaller Untamed: This class finds the user method that posted a trace message and provides accessors to useful information.
TraceController Untamed: The single trace controller manages all the trace classes.
TraceDateToString Convert java.util.Dates into suitable Strings for the Trace system.
TraceExceptionNoticer Class for exception handling of trace.
TraceLevelTranslator Translate numerical trace levels into strings and vice versa.
TraceLog This class manages dumping of messages to the semi-permanent on-disk log.
TraceLogDescriptor This class describes the file system interface to a log file.
TraceMessage  
TraceMessageStringifier This class is used to convert a trace message into a string.
TraceSubsystemMediator This class mediates between the Trace objects that send messages and the TraceMessageAcceptors that accept them.
TraceTxtVersionNamer This class and its subclasses know how to construct backup version Files for files that end in ".txt".
TraceVersionNamer This class and its subclasses know how to construct backup version Files for given Files.
 

Package org.erights.e.develop.trace Description

Used to make visible the internal workings of an E program. (This silly package comment by Mark S. Miller)

Author:
Brian Marick
See Also:
Tracing


comments?