#QUALITY by stefan
authorStefan Vogel <sv@exept.de>
Fri, 20 May 2016 14:45:31 +0200
changeset 3304 eb8835656382
parent 3303 d3836d28d2c0
child 3305 6cfecdd561c1
#QUALITY by stefan class: UIPainterView changed: #generateActionMethodFor:spec:inClass: use Logger instead of Transcript for generated action methods
UIPainterView.st
--- a/UIPainterView.st	Sat May 14 15:41:12 2016 +0200
+++ b/UIPainterView.st	Fri May 20 14:45:31 2016 +0200
@@ -1017,7 +1017,7 @@
     ].
 
     codeStream  
-        nextPutAll:'    Transcript showCR:self class name, '': '.
+        nextPutAll:'    Logger info:'''.
 
     alreadyInSuperclass ifTrue:[
         codeStream