Changes between Version 1 and Version 2 of LOGGING
- Timestamp:
- 09/16/08 17:23:43 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LOGGING
v1 v2 110 110 Depending 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). 111 111 112 == Configuring log4j in Veda==112 == Configuring log4j in Sophie 2.0 == 113 113 114 114 Log4j configuration is stored in "log4j.properties" file. It is read at application startup. … … 122 122 Note that the Properties library is configured separately here: 123 123 {{{ 124 log4j.logger.net.asteasolutions. veda.research.properties=all, ConsoleLogging124 log4j.logger.net.asteasolutions.sophie.research.properties=all, ConsoleLogging 125 125 }}} 126 126 This reflects on all classes extending the Property class.