what are the other support objects in Log4j?
Answer / Pushpendra Kumar
Other than Appenders, some important support objects in Apache Log4j include Layouts (for controlling how log messages are formatted), Filters (for selectively filtering log messages based on various criteria), and Additives (for adding custom attributes to log events).
| Is This Answer Correct ? | 0 Yes | 0 No |
why do you get multiple copies of the message in log file sometime?
How log4j file is defined?
what is Log4j?
what are the different types of Appenders?
what are the logging methods provided by logger class?
Explain whether log4j is a thread safe?
what are the three principal components of Log4j?
what is layouts in log4j?
Explain whether a log output format can be customized?
what does .class mean in log4j context?
In log4j how can you log into the database?
what does WARN and TRACE level indicates in log4j?