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/12/19 22:08:39 UTC

[logging-log4cxx] branch improve_usage_docs updated (e2500009 -> f9d36170)

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

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


    from e2500009 Improve ConsoleAppender docs
     add 73fd2004 Prevent spurious configuration warnings (#165)
     add f251a144 Allow an alternate layout when using BasicConfigurator (#166)
     add be1fb17d Improve usage documentation sub-sectioning and section names
     add 43c946c0 Improve ConsoleAppender docs
     add 891e26dd Add a list of available layouts
     add f9d36170 Merge branch 'improve_usage_docs' of https://github.com/apache/logging-log4cxx into improve_usage_docs

No new revisions were added by this update.

Summary of changes:
 src/main/cpp/basicconfigurator.cpp                 | 13 +++--
 src/main/cpp/propertyconfigurator.cpp              | 56 ++++++++++++----------
 src/main/cpp/rollingfileappender.cpp               | 16 +++----
 src/main/include/log4cxx/basicconfigurator.h       | 11 +++--
 .../include/log4cxx/rolling/rollingfileappender.h  | 19 ++++++--
 src/site/markdown/usage.md                         |  8 +++-
 src/test/cpp/rolling/sizebasedrollingtest.cpp      |  8 ++--
 src/test/cpp/rolling/timebasedrollingtest.cpp      | 19 ++++----
 8 files changed, 87 insertions(+), 63 deletions(-)