Documentation

ETTranscript class documentation

ETTranscriptDelegate

A Smalltalk-80 like Transcript implementation.

AuthorsGenerated by qmathe
Declared inETTranscript.h

Overview

Protocol for transcript delegates. Store an object implementing the methods in this protocol in the thread's dictionary with the kTranscriptDelegate key and transcript messages will be sent to it instead of the standard output.


Default

- (void) appendTranscriptString: (NSString *)aString

Append the string to the transcript.