[Log4cplus-devel] [log4cplus:bugs] #297 Add Support for Threshold and Filters to AsyncAppender
Logging Framework for C++
Brought to you by:
wilx
From: Václav H. <wi...@us...> - 2017-01-30 20:59:54
|
Well, it took me only 3 years to commit [the most trivila change that enables this](https://github.com/wilx/log4cplus/commit/d0050220f4abc47256d6b5530960895cca90ea70). --- ** [bugs:#297] Add Support for Threshold and Filters to AsyncAppender** **Status:** open **Group:** v1.1.3 **Created:** Wed Mar 12, 2014 10:46 AM UTC by Markus von Arx **Last Updated:** Mon Jan 30, 2017 08:28 PM UTC **Owner:** Václav Haisman * I'd like AsyncAppender to support "Threshold" and "filters." configuration via property file configuration like any other appenders. * The class already supports threshold and filters, but it cannot be configured through property files as the `AsyncAppender::AsyncAppender (helpers::Properties const & props)` does not read those values from the properties configuration file. * also see mailing list: https://sourceforge.net/p/log4cplus/mailman/message/32086528/ --- Sent from sourceforge.net because log...@li... is subscribed to https://sourceforge.net/p/log4cplus/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/log4cplus/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |