Technologies - Log4J - Download, Eclipse Integration and Usage
Download -
https://www.apache.org/dyn/closer.lua/logging/log4j/2.14.1/apache-log4j-2.14.1-bin.zip
Usage
- Logs the success action events - successful button click, select checkbox/radio button, etc.
- Logs failures or exceptions
- Logs the events with date and timestamp & many more
- Only 2 jars are required for our purpose - log4j-api-2.14.1, log4j-core-2.14.1
Eclipse
- Extract the Log4j Zip file
- Navigate to Build path in project
- Select External Jar files and select the extracted path - then select log4j-api-2.14.1 & log4j-core-2.14.1 file alone.
Comments
Post a Comment