LoggingStream.st
changeset 2944 5dcabe23f695
parent 2936 e6402b16f00e
child 2945 66568923aa1b
equal deleted inserted replaced
2943:3d7b1ff12bc4 2944:5dcabe23f695
    10 !LoggingStream class methodsFor:'documentation'!
    10 !LoggingStream class methodsFor:'documentation'!
    11 
    11 
    12 documentation
    12 documentation
    13 "
    13 "
    14     useful for debugging - stream operations are logged on logger
    14     useful for debugging - stream operations are logged on logger
       
    15     unfinished - may need more protocol to be intercepted.
    15 
    16 
    16     [author:]
    17     [author:]
    17         cg
    18         cg
    18 
    19 
    19     [instance variables:]
    20     [instance variables:]
    95 ! !
    96 ! !
    96 
    97 
    97 !LoggingStream class methodsFor:'documentation'!
    98 !LoggingStream class methodsFor:'documentation'!
    98 
    99 
    99 version
   100 version
   100     ^ '$Header: /cvs/stx/stx/libbasic2/LoggingStream.st,v 1.1 2013-03-19 19:43:52 cg Exp $'
   101     ^ '$Header: /cvs/stx/stx/libbasic2/LoggingStream.st,v 1.2 2013-03-19 19:53:54 cg Exp $'
   101 !
   102 !
   102 
   103 
   103 version_CVS
   104 version_CVS
   104     ^ '$Header: /cvs/stx/stx/libbasic2/LoggingStream.st,v 1.1 2013-03-19 19:43:52 cg Exp $'
   105     ^ '$Header: /cvs/stx/stx/libbasic2/LoggingStream.st,v 1.2 2013-03-19 19:53:54 cg Exp $'
   105 ! !
   106 ! !
   106 
   107