log4j slideshare

13
Log4J Framework Ahmed Gomaa 11 th Mar , 2014 [email protected]m

Upload: ahmed-m-gomaa

Post on 23-Jun-2015

276 views

Category:

Technology


6 download

DESCRIPTION

Introduction to Log4J framework in Java by presenting features and how to use it and some samples for configuration files.

TRANSCRIPT

Page 1: Log4j slideshare

Log4J Framework

Ahmed Gomaa11th Mar , [email protected]

Page 2: Log4j slideshare

Agenda• Logging Brief• Logging Pros & Cons• Log4j Framework• Target Audience• Installation• Log4J Framework Architecture

– Logging Levels– Filters

• Log4J Configuration Files• Demo• Questions

Page 3: Log4j slideshare

Logging Brief

• Logging is the act of recording events taking place in the execution of a system in order to provide an audit trail that can be used to understand the activity of the system and to diagnose problems.

Check below link for further details:Log4j Tutorial

Page 4: Log4j slideshare

Pros & Cons

Page 5: Log4j slideshare

Log4j Framework

Page 6: Log4j slideshare

Target Audience

Page 7: Log4j slideshare

Installation

Page 8: Log4j slideshare

Architecture

Page 9: Log4j slideshare

Architecture – cont.

Page 10: Log4j slideshare

Architecture – Support Objects

Page 11: Log4j slideshare

Log4j Configuration filesLog4j.xml configuration sample

Page 12: Log4j slideshare

Log4J Configuration – Cont.

Log4j.properties configuration sample

Page 13: Log4j slideshare

Questions