Documentation

ETTranscript class documentation

ETTranscript : NSObject

A Smalltalk-80 like Transcript implementation

AuthorsGünther Noack
Declared inETTranscript.h

Overview

A simple logging class designed for compatibility with Smalltalkers' expectations.

In the future, it may become possible to change the standard transcripts destination. ETTranscript will then take the role of an additional level of indirection.


Default

+ (void) show: (NSObject *)anObject

Writes the object's description to the standard transcript.

    + (void) appendString: (NSString *)aString

    Writes the given string to the standard transcript.

      + (void) cr

      Writes a carriage return to the standard transcript.