Changes between Version 22 and Version 23 of GnowsisDevelopingBeta
- Timestamp:
- 07/04/06 18:20:02 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GnowsisDevelopingBeta
v22 v23 1 [[PageOutline]] 1 2 = Documentation = 2 3 * GnowsisProjectPlan - first thing for everybody … … 58 59 * GnowsisProjectPlan - look here to see what we are doing at the moment and what will be done next. 59 60 61 = Debugging = 62 63 Use Eclipse debugger to debug. 64 65 Logging levels are set in this file: 66 {{{.gnowsis-beta/config/logging.properties 67 68 # add this to bottom 69 # set the loglevel of a specific package 70 de.opendfki.kaukoluwiki.level = FINER 71 }}} 72 60 73 = Specific Fields of Development = 61 74