what are the different types of Appenders?
Answer / Rajan Dhingra
In Apache Log4j, there are several types of Appenders that allow you to control where and how log messages are written. Some common examples include ConsoleAppender (for logging to console), FileAppender (for logging to files), RollingFileAppender (for automatically rolling over log files), and JDBCAppender (for logging into a database).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain whether log4j is a thread safe?
what are the three principal components of Log4j?
what are the other support objects in Log4j?
why do you get multiple copies of the message in log file sometime?
what does .class mean in log4j context?
Inside logger component what are the different log levels?
what are the system properties checked by log4j?
what does WARN and TRACE level indicates in log4j?
what are the format characters used in log4j?
what are the different types of Appenders?
Explain why to use Apache Log4j?
what is the role of filter in log4j?