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 ...
In questa pagina del sito puoi guardare il video online Apache Log4j configuration in Java Project della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Cool IT Help 16 agosto 2019, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 55,879 volte e gli è piaciuto 494 spettatori. Buona visione!