[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:28:48
|
- Description has changed: Diff: ~~~~ --- old +++ new @@ -1,3 +1,3 @@ * 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. +* 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/ ~~~~ --- ** [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:** Wed Mar 12, 2014 10:46 AM 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. |