What is an Appender?
An Appender is a log4j interface, which allows customizing output for logging in an application. Log4j ships with a few appenders for logging statements on console, socket, file, JMS, unix syslog daemon, NT event loggers and many other locations. More than 1 Appender could be added to a logger, which helps in simultaneous logging to multiple destinations.