You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by sw...@apache.org on 2022/10/30 05:31:08 UTC

[logging-log4cxx] branch restore_rfa_properties updated (e57784d9 -> a222c36b)

This is an automated email from the ASF dual-hosted git repository.

swebb2066 pushed a change to branch restore_rfa_properties
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


    from e57784d9 Restore documented RollingFileAppender configuration properties file MaxBackupIndex and MaxFileSize options
     add a222c36b Map a property configuration using the obsolete DailyRollingFileAppender to a TimeBasedRollingPolicy in RollingFileAppender

No new revisions were added by this update.

Summary of changes:
 src/main/cpp/propertyconfigurator.cpp              | 12 +++-
 src/main/cpp/rollingfileappender.cpp               | 56 +++++++++++++++
 .../include/log4cxx/rolling/rollingfileappender.h  |  8 +++
 .../rolling/rollingfileappenderpropertiestest.cpp  | 82 +++++++++++++++++++++-
 4 files changed, 156 insertions(+), 2 deletions(-)