Changes between Initial Version and Version 1 of LoggingAndDebugging


Ignore:
Timestamp:
10/27/05 10:50:29 (19 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoggingAndDebugging

    v1 v1  
     1First of all, replace ur update your .gnowsis/config/logging.properties with the latest from SemanticDesktop/defaults/config 
     2 
     3there we have a file-logger! this logs into .gnowsis/data/ also if the gui has died. 
     4 
     5Then, write your log messages so that loglevel "finer" is used for real debugging whereas loglevel "fine" is for normal debug messages for developers (that are not performance taking). "Finer" is a log-level that is detailed, when the programmer's task is to debug. 
     6