what are Appenders in Log4j?
Answer / Agrita Bisht
Appenders in Log4j are objects responsible for receiving and formatting log events, and then passing them to a destination such as a file, console, or network socket. They allow developers to customize where and how logging information is output.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Log4j?
what are the format characters used in log4j?
what does WARN and TRACE level indicates in log4j?
what are the system properties checked by log4j?
how can you get multiple processes to log to the same file?
why do you get multiple copies of the message in log file sometime?
How log4j file is defined?
what is the command to write your logging information into a file?
what does .class mean in log4j context?
what are Appenders in Log4j?
what are the other support objects in Log4j?
what is the role of filter in log4j?