Logging Tools: Log4j
- What ?
- a low level technology
- debugging
- application information
- Why ?
- Manageable
- Readable
- Code Cleanness
- Work in team
- Easy to pass over
- Functionality
- Logging level control
- Debug
- Info
- Warn
- Error
- Fatal
- Granularity control
- Log to file
- Logging level control
- Reference
- Library source
- Fluency CVS directory: spring2010/lib/
- Log4j home page
- Example
- Fluency CVS directory: spring2010/introduction/
Add Comment