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 ...
Sur cette page du site, vous pouvez voir la vidéo en ligne Apache Log4j configuration in Java Project durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Cool IT Help 16 août 2019, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 55,879 fois et il a aimé 494 téléspectateurs. Bon visionnage!