This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a change to branch Feature/314-background-sender
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
from 869b7fbc bound a send in the MailKit SmtpAppender to 15 seconds #314
add 924df170 send mail from a background thread in the MailKit
SmtpAppender #314
No new revisions were added by this update.
Summary of changes:
.../3.5.0/314-ext-mail-background-sender.xml | 15 ++++
.../Appender/SmtpAppenderTest.cs | 32 +++++++-
src/log4net.Ext.Mail/Appender/SmtpAppender.cs | 95 +++++++++++++++++++++-
src/log4net.Tests/Util/BackgroundSenderTest.cs | 4 +
src/log4net/Util/BackgroundSender.cs | 23 ++++--
.../configuration/appenders/smtpappender.adoc | 11 +++
6 files changed, 168 insertions(+), 12 deletions(-)
create mode 100644 src/changelog/3.5.0/314-ext-mail-background-sender.xml