Skip to content

generate log file with log4j library

bulidiriba requested to merge 5-generate-log-file into master

The Logfile generated with Log4J library.

The Log4J jar file is downloaded from the ff link

The configuration of Log4J property file is placed in the src/file directory. and its extracted from the ff article

The log file will be saved in the log folder.

There are 3 logs file that will be generated in the log folder.

  1. Application.html --> opens the log in the browser
  2. log.txt --> opens the log in text format
  3. log1.txt --> opens the log in text format with Threads

The logger info is added for each and every step.

Closes #5 (closed)

Merge request reports