|
Smalltalk/X WebserverDocumentation of class 'LoggingStream': |
|
|
Class: LoggingStreamInheritance:Object | +--Stream | +--LoggingStream
Description:
Useful for debugging - stream operations are logged in human readable form
on a separate logger stream, while stream operations are forwarded to the underlying
loggedStream.
Unfinished - may need more protocol to be intercepted.
sample use, logging operations on a socket stream:
sock := ... Socket connectTo: ...
s := LoggingStream new loggedStream: sock.
...
use s instead of sock
...
[instance variables:]
[class variables:]
Related information:Class protocol:instance creation
Instance protocol:accessing initialization logging stream protocol
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 10:04:22 GMT
|