Documentation

ETTranscript class documentation

ETTranscript : NSObject

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

AuthorsGenerated by qmathe
Declared inETTranscript.h

Overview

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.