Changes between Version 1 and Version 2 of LOGGING


Ignore:
Timestamp:
09/16/08 17:23:43 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LOGGING

    v1 v2  
    110110Depending on the intensity of logging, the logger may be stored in a local variable( low intensity) or a class variable( used in several static methods). 
    111111 
    112 == Configuring log4j in Veda == 
     112== Configuring log4j in Sophie 2.0 == 
    113113 
    114114Log4j configuration is stored in "log4j.properties" file. It is read at application startup. 
     
    122122Note that the Properties library is configured separately here: 
    123123{{{ 
    124 log4j.logger.net.asteasolutions.veda.research.properties=all, ConsoleLogging 
     124log4j.logger.net.asteasolutions.sophie.research.properties=all, ConsoleLogging 
    125125}}} 
    126126This reflects on all classes extending the Property class.