An appender is a metaphor for an "output channel" in logging systems.
Commonly used in log4j/log4net and other inspired logging systems, appenders represent output channels such as files, databases or console. A logger can have various appenders associated with it, and every log messages written via this logger will be written to all associated output channels.