Menu

#297 Add Support for Threshold and Filters to AsyncAppender

v1.1.3
closed
None
5
2017-01-30
2014-03-12
No
  • 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/

Discussion

  • Václav Haisman

    Václav Haisman - 2017-01-30
    • 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/
    
     
  • Václav Haisman

    Václav Haisman - 2017-01-30

    Well, it took me only 3 years to commit the most trivila change that enables this.

     
  • Václav Haisman

    Václav Haisman - 2017-01-30
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB