资 源 简 介
This is an extension of the SMTPAppender which is part of the excellent Logback logging framework
It can be used to prevent against flooding a mail server with log messages.
Basically the source location of a message is tracked. When X messages have been logged from a location within Y seconds (configurable) other messages from that location will be muzzled during the remaining time of that period (Y).
For more information see Scenario and Usage