guenther@unix-ag.uni-kl.de
)A Smalltalk-80 like Transcript implementation
Copyright: (C) 2007 Günther Noack
- Declared in:
- ETTranscript.h
@group Logging
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.
Writes the given string to the standard transcript.
Writes the object's description to the standard transcript.
- Declared in:
- ETTranscript.h
@group Logging
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.
Append the string to the transcript.
Key used to identify the transcript delegate for this thread.