/qs_log4net_appender

Log4Net Appender Settings

MIT LicenseMIT

Log4Net Appender Settings

Qlik Sense Enterprise for Windows uses Apache Log4Net library. This logging library also has a concept of appenders (plug-ins) that are triggered at the very moment when also a log line is created. This allows, for example with the smtpAppender, to instantly send an email. This is what I am focussing on in this git.

Resource Links, key work is from Qlik Presales Levi Turner

I share the following configuration examples:

Example Description
smtp0 Simpliest case, one list of recipients for all app reload failures
smtp1 Complex case, differnet list of recipients for different app's reload failures

Enjoy