![]() |
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.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sun, 04 Jun 2023 16:55:44 GMT
|