class: LoggingStream
authorClaus Gittinger <cg@exept.de>
Tue, 19 Mar 2013 20:53:54 +0100
changeset 2944 5dcabe23f695
parent 2943 3d7b1ff12bc4
child 2945 66568923aa1b
class: LoggingStream comment/format in: #documentation
LoggingStream.st
--- a/LoggingStream.st	Tue Mar 19 20:49:22 2013 +0100
+++ b/LoggingStream.st	Tue Mar 19 20:53:54 2013 +0100
@@ -12,6 +12,7 @@
 documentation
 "
     useful for debugging - stream operations are logged on logger
+    unfinished - may need more protocol to be intercepted.
 
     [author:]
         cg
@@ -97,10 +98,10 @@
 !LoggingStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/LoggingStream.st,v 1.1 2013-03-19 19:43:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/LoggingStream.st,v 1.2 2013-03-19 19:53:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/LoggingStream.st,v 1.1 2013-03-19 19:43:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/LoggingStream.st,v 1.2 2013-03-19 19:53:54 cg Exp $'
 ! !