[squeak-dev] The Trunk: MonticelloConfigurations-mt.174.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Feb 14 07:54:34 UTC 2022


Marcel Taeumel uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-mt.174.mcz

==================== Summary ====================

Name: MonticelloConfigurations-mt.174
Author: mt
Time: 14 February 2022, 8:54:33.73964 am
UUID: d94f461c-3a24-514e-b609-30869bf72477
Ancestors: MonticelloConfigurations-mt.173

MC updates should go to the Transcript (not file) by default unless specified by the user.

=============== Diff against MonticelloConfigurations-mt.173 ===============

Item was changed:
  ----- Method: MCConfiguration class>>logToFile (in category 'preferences') -----
  logToFile
- 	"Whether to log configuration info to files by default.
- 	If true, logs to a file named after the configuration (config.nn.log).
- 	If false, logs to the transcript."
  	<preference: 'Log config info to disk' 
  		category: 'Monticello' 
  		description: 'If true, configuration information (such as change logs) are logged to disk instead of the Transcript. The log file is named after the configuration map (config.nn.log)' 
  		type: #Boolean>
+ 		
+ 	^ LogToFile ifNil: [false]!
- 	^LogToFile ifNil:[true].!



More information about the Squeak-dev mailing list