comparison codeDoc/ideas.txt @ 85:56c0ddd90193

Intermediate commit (not stable). Changes to init system.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 11 Sep 2008 11:33:51 +0100
parents 1530d9c04d4d
children 1b1e2297e2fc
comparison
equal deleted inserted replaced
84:e0f1ec7fe73a 85:56c0ddd90193
1 Copyright © 2007-2008 Diggory Hardy
2 License: GNU General Public License version 2 or later (see COPYING)
3
4
1 Miscelaneous ideas for mde. 5 Miscelaneous ideas for mde.
2 6
3 Make a special "trace" logger which keeps the last 20, say, trace messages and only output them when asked to do so, which might happen when an exception is caught. It might output them via the normal mechanisms, but only when asked (and not all messages may be in the correct order: trace messages might be logged later than they were added to the list). 7 Make a special "trace" logger which keeps the last 20, say, trace messages and only output them when asked to do so, which might happen when an exception is caught. It might output them via the normal mechanisms, but only when asked (and not all messages may be in the correct order: trace messages might be logged later than they were added to the list).
4 8
5 Use debug scope(failure) to output log messages in many places. 9 Use debug scope(failure) to output log messages in many places.