ETTranscript class documentation
ETTranscript : NSObjectA simple logging class designed for compatibility with Smalltalkers' expectations.
| Authors | Generated by qmathe |
|---|---|
| Declared in | ETTranscript.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.