Hello Friends,
In this video tutorial, you will learn how to use Apache log4j in Java project to maintain a log file. I have explained the whole concept step by step with the help of a simple example. Please watch the complete video for a better understanding of the whole concept.
properties file content:
// Root logger option ( replace // to # to make this line comment in properties file)
log4j.rootLogger=INFO, stdout
// Direct log messages to file
log4j.appender.file.File=C:\\Users\\amitk\\Desktop\\MyDownloads\\logigng.log
log4j.appender.file.MaxFileSize=10MB
log4j.appender.file.MaxBackupIndex=10
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
// Direct log messages to stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
#ApacheLog4jConfiguration #Log4jTutorial #ApacheLog4j
Note: Also, watch this:
Apache Log4j 2 Configuration| Log4j2 with JDK 9.0
• Apache Log4j 2 Configuration| Log4j2 with ...
On this page of the site you can watch the video online Apache Log4j configuration in Java Project with a duration of hours minute second in good quality, which was uploaded by the user Cool IT Help 16 August 2019, share the link with friends and acquaintances, this video has already been watched 55,879 times on youtube and it was liked by 494 viewers. Enjoy your viewing!