Table of Contents

Java - Appender (or Handlers)

About

An Appenders (or Handlers) define where to write the message also called Logging endpoints or output destination

Logger delegates the task of writing a logging event to components called appenders

More than one appender can be attached to a logger.

Endpoint

Printing condition

http://logback.qos.ch/manual/architecture.html#basic_selection