[Newbies] About Installer

Bert Freudenberg bert at freudenbergs.de
Fri Jul 20 17:55:28 UTC 2012


On 20.07.2012, at 00:48, H. Hirzel wrote:

> I see that there is an instance variable 'noiseLevel'.
> 
> 1) What is the Installer DSL expression for raising the noiseLevel

Right-click the class name in the classes list, choose "assignments..." from the menu, then select the "noiseLevel" instance variable. This will show you the methods which change the noiseLevel.




> And there is as well a class method protocol called 'logging' but it
> only contains one method
> 
> log: aString
> 
> 	Transcript show: aString; cr.
> 
> 
> 2) I assume the log  goes to Transcript. Is there another option?


No. If you want to change that, note that there are instance-side logging methods too.

- Bert -


-------------- next part --------------
Skipped content of type multipart/related


More information about the Beginners mailing list