(logging-log4cxx) branch msys2_gcc_fix updated (d24a5156 -> d27c2b28)

2023-11-18 Thread swebb2066
This is an automated email from the ASF dual-hosted git repository.

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


from d24a5156 The FileWatchDog thread no longer uses APR threads
 add d27c2b28 Synchonization should not depend on APR threads

No new revisions were added by this update.

Summary of changes:
 src/main/cpp/aprinitializer.cpp | 10 --
 1 file changed, 10 deletions(-)



(logging-log4cxx) branch msys2_gcc_fix updated (202e3dbd -> d24a5156)

2023-11-18 Thread swebb2066
This is an automated email from the ASF dual-hosted git repository.

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


from 202e3dbd The AsyncAppendr thread no longer uses APR threads
 add d24a5156 The FileWatchDog thread no longer uses APR threads

No new revisions were added by this update.

Summary of changes:
 src/examples/cpp/delayedloop.cpp  | 10 +-
 src/main/cpp/propertyconfigurator.cpp |  3 ---
 2 files changed, 1 insertion(+), 12 deletions(-)



(logging-log4cxx) branch msys2_gcc_fix updated (5a934e85 -> 202e3dbd)

2023-11-18 Thread swebb2066
This is an automated email from the ASF dual-hosted git repository.

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


from 5a934e85 The FileWatchDog thread no longer uses APR threads
 add 202e3dbd The AsyncAppendr thread no longer uses APR threads

No new revisions were added by this update.

Summary of changes:
 src/test/cpp/asyncappendertestcase.cpp  | 2 --
 src/test/cpp/helpers/charsetencodertestcase.cpp | 4 
 src/test/cpp/net/socketappendertestcase.cpp | 2 --
 src/test/cpp/net/telnetappendertestcase.cpp | 2 --
 src/test/cpp/net/xmlsocketappendertestcase.cpp  | 3 +--
 5 files changed, 1 insertion(+), 12 deletions(-)



(logging-log4cxx) branch msys2_gcc_fix updated (198caebf -> 5a934e85)

2023-11-18 Thread swebb2066
This is an automated email from the ASF dual-hosted git repository.

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


from 198caebf Warn rather than fail when the locale 'en_US.UTF-8' is not 
available
 add 65789cfe Revert "Improve autoconfiguretestcase reliability"
 add 5a934e85 The FileWatchDog thread no longer uses APR threads

No new revisions were added by this update.

Summary of changes:
 src/main/cpp/class.cpp |  2 --
 src/main/cpp/domconfigurator.cpp   | 22 --
 src/main/cpp/optionconverter.cpp   |  6 +-
 src/main/cpp/propertyconfigurator.cpp  |  2 --
 src/test/cpp/autoconfiguretestcase.cpp |  4 ++--
 5 files changed, 3 insertions(+), 33 deletions(-)



(logging-log4cxx) branch msys2_gcc_fix updated (a0bc0aca -> 198caebf)

2023-11-18 Thread swebb2066
This is an automated email from the ASF dual-hosted git repository.

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


from a0bc0aca Improve autoconfiguretestcase reliability
 add 198caebf Warn rather than fail when the locale 'en_US.UTF-8' is not 
available

No new revisions were added by this update.

Summary of changes:
 src/test/cpp/helpers/charsetdecodertestcase.cpp | 32 +++--
 src/test/cpp/helpers/charsetencodertestcase.cpp | 46 -
 2 files changed, 51 insertions(+), 27 deletions(-)



(logging-log4cxx) branch msys2_gcc_fix updated (900561d7 -> a0bc0aca)

2023-11-18 Thread swebb2066
This is an automated email from the ASF dual-hosted git repository.

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


from 900561d7 Fix build error using msys2 gcc 13.2.0
 add a0bc0aca Improve autoconfiguretestcase reliability

No new revisions were added by this update.

Summary of changes:
 src/test/cpp/autoconfiguretestcase.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



(logging-log4cxx) branch fix-remove-appender-event updated (31c4095c -> cdd733f8)

2023-11-18 Thread rmiddleton
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a change to branch fix-remove-appender-event
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


from 31c4095c Fix HierarchyEventListener
 add cdd733f8 Fix null pointer

No new revisions were added by this update.

Summary of changes:
 src/main/cpp/logger.cpp | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)



(logging-log4cxx) branch fix-remove-appender-event created (now 31c4095c)

2023-11-18 Thread rmiddleton
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a change to branch fix-remove-appender-event
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


  at 31c4095c Fix HierarchyEventListener

This branch includes the following new commits:

 new 31c4095c Fix HierarchyEventListener

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




(logging-log4cxx) 01/01: Fix HierarchyEventListener

2023-11-18 Thread rmiddleton
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch fix-remove-appender-event
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 31c4095cd7525b79529e9b96037365d039c7af05
Author: Robert Middleton 
AuthorDate: Sat Nov 18 20:25:16 2023 -0500

Fix HierarchyEventListener

See #286
---
 src/main/cpp/hierarchy.cpp  | 30 +++---
 src/main/cpp/logger.cpp | 15 ++-
 src/test/cpp/loggertestcase.cpp | 86 +
 3 files changed, 115 insertions(+), 16 deletions(-)

diff --git a/src/main/cpp/hierarchy.cpp b/src/main/cpp/hierarchy.cpp
index 1a5b2cf6..c304fab1 100644
--- a/src/main/cpp/hierarchy.cpp
+++ b/src/main/cpp/hierarchy.cpp
@@ -56,7 +56,7 @@ struct Hierarchy::HierarchyPrivate
}
 
helpers::Pool pool;
-   mutable std::mutex mutex;
+   mutable std::recursive_mutex mutex;
mutable std::mutex configuredMutex;
bool configured;
bool emittedNoAppenderWarning;
@@ -81,7 +81,7 @@ Hierarchy::Hierarchy() :
 
 Hierarchy::~Hierarchy()
 {
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
for (auto& item : m_priv->loggers)
{
if (auto& pLogger = item.second)
@@ -99,7 +99,7 @@ Hierarchy::~Hierarchy()
 
 void Hierarchy::addHierarchyEventListener(const 
spi::HierarchyEventListenerPtr& listener)
 {
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
 
if (std::find(m_priv->listeners.begin(), m_priv->listeners.end(), 
listener) != m_priv->listeners.end())
{
@@ -113,7 +113,7 @@ void Hierarchy::addHierarchyEventListener(const 
spi::HierarchyEventListenerPtr&
 
 void Hierarchy::removeHierarchyEventListener(const 
spi::HierarchyEventListenerPtr& listener)
 {
-std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
 
 auto found = std::find(m_priv->listeners.begin(), m_priv->listeners.end(), 
listener);
 if(found != m_priv->listeners.end()){
@@ -123,7 +123,7 @@ void Hierarchy::removeHierarchyEventListener(const 
spi::HierarchyEventListenerPt
 
 void Hierarchy::clear()
 {
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
m_priv->loggers.clear();
 }
 
@@ -131,7 +131,7 @@ void Hierarchy::emitNoAppenderWarning(const Logger* logger)
 {
bool emitWarning = false;
{
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
emitWarning = !m_priv->emittedNoAppenderWarning;
m_priv->emittedNoAppenderWarning = true;
}
@@ -148,7 +148,7 @@ void Hierarchy::emitNoAppenderWarning(const Logger* logger)
 
 LoggerPtr Hierarchy::exists(const LogString& name)
 {
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
 
LoggerPtr logger;
LoggerMap::iterator it = m_priv->loggers.find(name);
@@ -166,7 +166,7 @@ void Hierarchy::setThreshold(const LevelPtr& l)
 {
if (l != 0)
{
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
setThresholdInternal(l);
}
 }
@@ -202,7 +202,7 @@ void Hierarchy::fireAddAppenderEvent(const Logger* logger, 
const Appender* appen
setConfigured(true);
HierarchyEventListenerList clonedList;
{
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
clonedList = m_priv->listeners;
}
 
@@ -221,7 +221,7 @@ void Hierarchy::fireRemoveAppenderEvent(const Logger* 
logger, const Appender* ap
 {
HierarchyEventListenerList clonedList;
{
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
clonedList = m_priv->listeners;
}
HierarchyEventListenerList::iterator it, itEnd = clonedList.end();
@@ -249,7 +249,7 @@ LoggerPtr Hierarchy::getLogger(const LogString& name,
const spi::LoggerFactoryPtr& factory)
 {
auto root = getRootLogger();
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
 
LoggerMap::iterator it = m_priv->loggers.find(name);
LoggerPtr result;
@@ -281,7 +281,7 @@ LoggerPtr Hierarchy::getLogger(const LogString& name,
 
 LoggerList Hierarchy::getCurrentLoggers() const
 {
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
 
LoggerList v;
for (auto& item : m_priv->loggers)
@@ -294,7 +294,7 @@ LoggerList Hierarchy::getCurrentLoggers() const
 
 LoggerPtr Hierarchy::getRootLogger() const
 {
-   std::unique_lock lock(m_priv->mutex);
+   std::lock_guard lock(m_priv->mutex);
if (!m_priv->root)
{
m_priv->root = std::make_shared(m_priv->pool, 

(logging-log4cxx) branch msys2_gcc_fix created (now 900561d7)

2023-11-18 Thread swebb2066
This is an automated email from the ASF dual-hosted git repository.

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


  at 900561d7 Fix build error using msys2 gcc 13.2.0

This branch includes the following new commits:

 new 900561d7 Fix build error using msys2 gcc 13.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




(logging-log4cxx) 01/01: Fix build error using msys2 gcc 13.2.0

2023-11-18 Thread swebb2066
This is an automated email from the ASF dual-hosted git repository.

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

commit 900561d776f92a0d88b772a7436d90597efd4f4c
Author: Stephen Webb 
AuthorDate: Sun Nov 19 10:41:55 2023 +1100

Fix build error using msys2 gcc 13.2.0
---
 CMakeLists.txt   | 2 +-
 src/examples/cpp/com/foo/config3.cpp | 8 ++--
 src/main/resources/CMakeLists.txt| 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2cd2c0e..cb4a0feb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -156,7 +156,7 @@ if(LOG4CXX_QT_SUPPORT)
 )
 endif(LOG4CXX_QT_SUPPORT)
 
-IF(WIN32 AND BUILD_SHARED_LIBS AND LOG4CXX_INSTALL_PDB)
+IF(MSVC AND BUILD_SHARED_LIBS AND LOG4CXX_INSTALL_PDB)
   INSTALL(FILES $
   DESTINATION ${CMAKE_INSTALL_BINDIR}
   CONFIGURATIONS RelWithDebInfo Debug
diff --git a/src/examples/cpp/com/foo/config3.cpp 
b/src/examples/cpp/com/foo/config3.cpp
index 34974051..c980248f 100644
--- a/src/examples/cpp/com/foo/config3.cpp
+++ b/src/examples/cpp/com/foo/config3.cpp
@@ -28,8 +28,10 @@
 #include 
 #elif __APPLE__
 #include 
+#elif (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE >= 500) || 
(defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L)
+#include  // getpid
 #else
-#include  /* getpid */
+#include  // strncpy
 #endif
 
 
@@ -51,12 +53,14 @@ auto DefaultConfigurationFileNames(std::string& altPrefix) 
-> std::vector= 500) || 
(defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200112L)
std::ostringstream exeLink;
exeLink << "/proc/" << getpid() << "/exe";
bufCount = readlink(exeLink.str().c_str(), buf, bufSize);
if (0 < bufCount)
buf[bufCount] = 0;
+#else
+   strncpy(buf, "auto-configured", bufSize);
 #endif
std::string programFileName(buf);
auto slashIndex = programFileName.rfind(pathSepar);
diff --git a/src/main/resources/CMakeLists.txt 
b/src/main/resources/CMakeLists.txt
index ce653e55..dfcc89dd 100644
--- a/src/main/resources/CMakeLists.txt
+++ b/src/main/resources/CMakeLists.txt
@@ -16,7 +16,7 @@
 #
 
 # Configure
-if(WIN32)
+if(MSVC)
 target_sources(log4cxx
   PRIVATE
   ../resources/log4cxx.rc



(logging-log4cxx) 01/01: Fix pointer declaration. See #177

2023-11-18 Thread rmiddleton
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch fix-pointer-declaration
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit ef035992f2a82cecdaf7d21395a6d4421a3d26b6
Author: Robert Middleton 
AuthorDate: Sat Nov 18 18:03:16 2023 -0500

Fix pointer declaration.  See #177
---
 src/main/include/log4cxx/config/propertysetter.h  | 11 +--
 src/main/include/log4cxx/helpers/inputstreamreader.h  |  8 
 .../include/log4cxx/rolling/filterbasedtriggeringpolicy.h |  6 +++---
 3 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/src/main/include/log4cxx/config/propertysetter.h 
b/src/main/include/log4cxx/config/propertysetter.h
index d49a1c7e..072a3278 100644
--- a/src/main/include/log4cxx/config/propertysetter.h
+++ b/src/main/include/log4cxx/config/propertysetter.h
@@ -26,10 +26,17 @@ namespace LOG4CXX_NS
 namespace helpers
 {
 class Object;
-// Instantiate template pointer type passed as parameter
-LOG4CXX_INSTANTIATE_EXPORTED_PTR(Object);
 LOG4CXX_PTR_DEF(Object);
+}
+}
+
+// Instantiate template pointer type passed as parameter
+LOG4CXX_INSTANTIATE_EXPORTED_PTR(LOG4CXX_NS::helpers::Object);
 
+namespace LOG4CXX_NS
+{
+namespace helpers
+{
 class Properties;
 class Pool;
 }
diff --git a/src/main/include/log4cxx/helpers/inputstreamreader.h 
b/src/main/include/log4cxx/helpers/inputstreamreader.h
index 5addcc92..822748aa 100644
--- a/src/main/include/log4cxx/helpers/inputstreamreader.h
+++ b/src/main/include/log4cxx/helpers/inputstreamreader.h
@@ -22,16 +22,16 @@
 #include 
 #include 
 
+// Instantiate template pointer types passed as parameters
+LOG4CXX_INSTANTIATE_EXPORTED_PTR(LOG4CXX_NS::helpers::InputStream);
+LOG4CXX_INSTANTIATE_EXPORTED_PTR(LOG4CXX_NS::helpers::CharsetDecoder);
+
 namespace LOG4CXX_NS
 {
 
 namespace helpers
 {
 
-// Instantiate template pointer types passed as parameters
-LOG4CXX_INSTANTIATE_EXPORTED_PTR(InputStream);
-LOG4CXX_INSTANTIATE_EXPORTED_PTR(CharsetDecoder);
-
 /**
  * Class for reading from character streams.
  * Decorates a byte based InputStream and provides appropriate
diff --git a/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h 
b/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h
index 8b4310f1..de7b22f5 100644
--- a/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h
+++ b/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h
@@ -21,6 +21,9 @@
 #include 
 #include 
 
+// Instantiate template pointer types passed as parameters
+LOG4CXX_INSTANTIATE_EXPORTED_PTR(LOG4CXX_NS::spi::Filter);
+
 namespace LOG4CXX_NS
 {
 
@@ -35,9 +38,6 @@ class Pool;
 namespace rolling
 {
 
-// Instantiate template pointer types passed as parameters
-LOG4CXX_INSTANTIATE_EXPORTED_PTR(LOG4CXX_NS::spi::Filter);
-
 /**
  * FilterBasedTriggeringPolicy determines if rolling should be triggered
  * by evaluating the current message against a set of filters.  Unless a



(logging-log4cxx) branch fix-pointer-declaration created (now ef035992)

2023-11-18 Thread rmiddleton
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a change to branch fix-pointer-declaration
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


  at ef035992 Fix pointer declaration.  See #177

This branch includes the following new commits:

 new ef035992 Fix pointer declaration.  See #177

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




(logging-site) branch asf-staging updated: Automatic Site Publish by Buildbot

2023-11-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new d6c33c05 Automatic Site Publish by Buildbot
d6c33c05 is described below

commit d6c33c057fe7e465fabeebfa2762ab965fe8fbf9
Author: buildbot 
AuthorDate: Sat Nov 18 17:42:02 2023 +

Automatic Site Publish by Buildbot
---
 content/blog/2023/11/17/flume-joins-logging-services.html | 2 +-
 content/blog/index.html   | 2 +-
 content/charter.html  | 2 +-
 content/dormant.html  | 2 +-
 content/feed.xml  | 2 +-
 content/guidelines.html   | 2 +-
 content/index.html| 4 ++--
 content/mailing-lists.html| 2 +-
 content/security.html | 2 +-
 content/security/index.html   | 2 +-
 content/security/known-vulnerabilities.html   | 2 +-
 content/support.html  | 2 +-
 content/team-list.html| 2 +-
 content/what-is-logging.html  | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/content/blog/2023/11/17/flume-joins-logging-services.html 
b/content/blog/2023/11/17/flume-joins-logging-services.html
index e8d1ab37..ba40e0f0 100644
--- a/content/blog/2023/11/17/flume-joins-logging-services.html
+++ b/content/blog/2023/11/17/flume-joins-logging-services.html
@@ -56,7 +56,7 @@
 
 
 
-Apache 
chainsaw
+Apache 
Chainsaw
 
 
 
diff --git a/content/blog/index.html b/content/blog/index.html
index 116d3e9e..81b126eb 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -56,7 +56,7 @@
 
 
 
-Apache 
chainsaw
+Apache 
Chainsaw
 
 
 
diff --git a/content/charter.html b/content/charter.html
index 2c091902..f6a4c807 100644
--- a/content/charter.html
+++ b/content/charter.html
@@ -56,7 +56,7 @@
 
 
 
-Apache 
chainsaw
+Apache 
Chainsaw
 
 
 
diff --git a/content/dormant.html b/content/dormant.html
index 83fb38a4..b714f68b 100644
--- a/content/dormant.html
+++ b/content/dormant.html
@@ -56,7 +56,7 @@
 
 
 
-Apache 
chainsaw
+Apache 
Chainsaw
 
 
 
diff --git a/content/feed.xml b/content/feed.xml
index abefa8c3..0afede52 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.2.2">Jekyll2023-11-18T17:23:29+00:00/feed.xmlApache Software Foundation - Logging 
ServicesWrite an awesome description for your new site here. 
You can edit this line in _ [...]
+http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.2.2">Jekyll2023-11-18T17:42:01+00:00/feed.xmlApache Software Foundation - Logging 
ServicesWrite an awesome description for your new site here. 
You can edit this line in _ [...]
 
 We are excited to announce that https://flume.apache.org;>Apache Flume is now a part 
of our Logging Services family. 
 Flume is renowned for its distributed, reliable, and available service, 
specializing 
diff --git a/content/guidelines.html b/content/guidelines.html
index 1defecd5..171e9800 100644
--- a/content/guidelines.html
+++ b/content/guidelines.html
@@ -56,7 +56,7 @@
 
 
 
-Apache 
chainsaw
+Apache 
Chainsaw
 
 
 
diff --git a/content/index.html b/content/index.html
index 38f377d5..0b94ea91 100644
--- a/content/index.html
+++ b/content/index.html
@@ -56,7 +56,7 @@
 
 
 
-Apache 
chainsaw
+Apache 
Chainsaw
 
 

(logging-site) branch jekyll updated: fixed chainsaw capitalization

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/jekyll by this push:
 new b08373b3 fixed chainsaw capitalization
b08373b3 is described below

commit b08373b348dd26f4f724a7762df8403ab56e6d3d
Author: Christian Grobmeier 
AuthorDate: Sat Nov 18 18:41:42 2023 +0100

fixed chainsaw capitalization
---
 _data/projects.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_data/projects.yml b/_data/projects.yml
index a3e798ec..a4a7b855 100644
--- a/_data/projects.yml
+++ b/_data/projects.yml
@@ -18,7 +18,7 @@
   url: /log4cxx
   status: active
   section: creation
-- name: Apache chainsaw
+- name: Apache Chainsaw
   description: A GUI based log viewer. Chainsaw is a companion application to 
log4j written by members of the log4j development community.
   url: /chainsaw/2.x/index.html
   status: active



(logging-site) branch asf-staging updated: Automatic Site Publish by Buildbot

2023-11-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new e0f995de Automatic Site Publish by Buildbot
e0f995de is described below

commit e0f995de6d50d7b172f3cd8af37d812dce3a766b
Author: buildbot 
AuthorDate: Sat Nov 18 17:23:30 2023 +

Automatic Site Publish by Buildbot
---
 content/blog/2023/11/17/flume-joins-logging-services.html | 3 +--
 content/feed.xml  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/content/blog/2023/11/17/flume-joins-logging-services.html 
b/content/blog/2023/11/17/flume-joins-logging-services.html
index f2bf2727..e8d1ab37 100644
--- a/content/blog/2023/11/17/flume-joins-logging-services.html
+++ b/content/blog/2023/11/17/flume-joins-logging-services.html
@@ -210,8 +210,8 @@ or contribute, we encourage you to reach out. Let’s shape 
the future of loggin
 
 
 
+
 
-
 
 
 
@@ -228,6 +228,5 @@ or contribute, we encourage you to reach out. Let’s shape 
the future of loggin
 
 
 
-
 
 
\ No newline at end of file
diff --git a/content/feed.xml b/content/feed.xml
index f5e284db..abefa8c3 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.2.2">Jekyll2023-11-18T17:20:41+00:00/feed.xmlApache Software Foundation - Logging 
ServicesWrite an awesome description for your new site here. 
You can edit this line in _ [...]
+http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.2.2">Jekyll2023-11-18T17:23:29+00:00/feed.xmlApache Software Foundation - Logging 
ServicesWrite an awesome description for your new site here. 
You can edit this line in _ [...]
 
 We are excited to announce that https://flume.apache.org;>Apache Flume is now a part 
of our Logging Services family. 
 Flume is renowned for its distributed, reliable, and available service, 
specializing 



(logging-site) branch asf-site updated (7f74f09d -> e0f995de)

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/logging-site.git


from 7f74f09d Automatic Site Publish by Buildbot
 add e0f995de Automatic Site Publish by Buildbot

No new revisions were added by this update.

Summary of changes:
 content/blog/2023/11/17/flume-joins-logging-services.html | 3 +--
 content/feed.xml  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)



(logging-site) branch jekyll updated: fixed footer for blog

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/jekyll by this push:
 new 91771489 fixed footer for blog
91771489 is described below

commit 9177148996db98c7edac267264e7d46554b434fd
Author: Christian Grobmeier 
AuthorDate: Sat Nov 18 18:23:10 2023 +0100

fixed footer for blog
---
 _layouts/post.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/_layouts/post.html b/_layouts/post.html
index 8bda9480..8e0ac2f4 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -19,8 +19,7 @@
   
   {{content}}
 
-
-{% include footer.html %}
 
+{% include footer.html %}
 
 
\ No newline at end of file



(logging-site) branch asf-site updated (f0a08124 -> 7f74f09d)

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/logging-site.git


from f0a08124 ignored vscode and gemlock
 add e91293a6 Automatic Site Publish by Buildbot
 add 7f74f09d Automatic Site Publish by Buildbot

No new revisions were added by this update.

Summary of changes:
 .../2023/11/17/flume-joins-logging-services.html   | 10 ++-
 content/blog/index.html| 17 --
 content/charter.html   | 17 --
 content/css/site.css   |  2 +-
 content/css/site.css.map   |  4 +-
 content/dormant.html   | 19 --
 content/feed.xml   |  2 +-
 content/guidelines.html| 17 --
 content/index.html | 71 ++
 content/mailing-lists.html | 17 --
 content/security.html  | 17 --
 content/security/index.html| 17 --
 content/security/known-vulnerabilities.html| 17 --
 content/support.html   | 17 --
 content/team-list.html | 17 --
 content/what-is-logging.html   | 17 --
 16 files changed, 217 insertions(+), 61 deletions(-)



(logging-site) branch asf-staging updated: Automatic Site Publish by Buildbot

2023-11-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 7f74f09d Automatic Site Publish by Buildbot
7f74f09d is described below

commit 7f74f09dd5d58dd00b192ef876831ef8ed1a0c2f
Author: buildbot 
AuthorDate: Sat Nov 18 17:20:42 2023 +

Automatic Site Publish by Buildbot
---
 content/blog/2023/11/17/flume-joins-logging-services.html | 2 +-
 content/blog/index.html   | 2 +-
 content/charter.html  | 2 +-
 content/dormant.html  | 2 +-
 content/feed.xml  | 2 +-
 content/guidelines.html   | 2 +-
 content/index.html| 2 +-
 content/mailing-lists.html| 2 +-
 content/security.html | 2 +-
 content/security/index.html   | 2 +-
 content/security/known-vulnerabilities.html   | 2 +-
 content/support.html  | 2 +-
 content/team-list.html| 2 +-
 content/what-is-logging.html  | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/content/blog/2023/11/17/flume-joins-logging-services.html 
b/content/blog/2023/11/17/flume-joins-logging-services.html
index 7442b093..f2bf2727 100644
--- a/content/blog/2023/11/17/flume-joins-logging-services.html
+++ b/content/blog/2023/11/17/flume-joins-logging-services.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/blog/index.html b/content/blog/index.html
index e1ac7795..116d3e9e 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/charter.html b/content/charter.html
index bee53a2f..2c091902 100644
--- a/content/charter.html
+++ b/content/charter.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/dormant.html b/content/dormant.html
index cb912144..83fb38a4 100644
--- a/content/dormant.html
+++ b/content/dormant.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/feed.xml b/content/feed.xml
index 41ddb6e9..f5e284db 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.2.2">Jekyll2023-11-18T17:16:23+00:00/feed.xmlApache Software Foundation - Logging 
ServicesWrite an awesome description for your new site here. 
You can edit this line in _ [...]
+http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.2.2">Jekyll2023-11-18T17:20:41+00:00/feed.xmlApache Software Foundation - Logging 
ServicesWrite an awesome description for your new site here. 
You can edit this line in _ [...]
 
 We are excited to announce that https://flume.apache.org;>Apache Flume is now a part 
of our Logging Services family. 
 Flume is renowned for its distributed, reliable, and available service, 
specializing 
diff --git a/content/guidelines.html b/content/guidelines.html
index cbd9338e..1defecd5 100644
--- a/content/guidelines.html
+++ b/content/guidelines.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/index.html b/content/index.html
index 6a6e8f3f..38f377d5 100644
--- a/content/index.html
+++ b/content/index.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/mailing-lists.html b/content/mailing-lists.html
index 609be5f8..4a0ef0d8 100644
--- a/content/mailing-lists.html
+++ b/content/mailing-lists.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/security.html b/content/security.html
index 4d7f73e4..652fd884 100644
--- a/content/security.html
+++ b/content/security.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/security/index.html b/content/security/index.html
index 7121fa3c..b572ef4e 100644
--- a/content/security/index.html
+++ b/content/security/index.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/security/known-vulnerabilities.html 
b/content/security/known-vulnerabilities.html
index 0b2a8ed4..62847b69 100644
--- a/content/security/known-vulnerabilities.html
+++ b/content/security/known-vulnerabilities.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/support.html b/content/support.html
index 0b366057..e504c032 100644
--- a/content/support.html
+++ b/content/support.html
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 
diff --git a/content/team-list.html b/content/team-list.html
index 47b9a152..f57251dc 100644
--- a/content/team-list.html
+++ b/content/team-list.html
@@ -6,7 +6,7 @@
 
 

(logging-site) branch jekyll updated: prevent caching with random attribute

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/jekyll by this push:
 new b2e9fe9a prevent caching with random attribute
b2e9fe9a is described below

commit b2e9fe9a859e63e97b52f37d65ed9eb34dbcf738
Author: Christian Grobmeier 
AuthorDate: Sat Nov 18 18:20:24 2023 +0100

prevent caching with random attribute
---
 _includes/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/header.html b/_includes/header.html
index 1db31c1b..82838ceb 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -4,7 +4,7 @@
 
 
 
-
+
 
 
 



(logging-site) branch asf-staging updated: Automatic Site Publish by Buildbot

2023-11-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new e91293a6 Automatic Site Publish by Buildbot
e91293a6 is described below

commit e91293a62212ac860b9c2e053de0cab28511628e
Author: buildbot 
AuthorDate: Sat Nov 18 17:16:24 2023 +

Automatic Site Publish by Buildbot
---
 .../2023/11/17/flume-joins-logging-services.html   |  8 +++
 content/blog/index.html| 15 -
 content/charter.html   | 15 -
 content/css/site.css   |  2 +-
 content/css/site.css.map   |  4 +-
 content/dormant.html   | 17 +-
 content/feed.xml   |  2 +-
 content/guidelines.html| 15 -
 content/index.html | 69 ++
 content/mailing-lists.html | 15 -
 content/security.html  | 15 -
 content/security/index.html| 15 -
 content/security/known-vulnerabilities.html| 15 -
 content/support.html   | 15 -
 content/team-list.html | 15 -
 content/what-is-logging.html   | 15 -
 16 files changed, 204 insertions(+), 48 deletions(-)

diff --git a/content/blog/2023/11/17/flume-joins-logging-services.html 
b/content/blog/2023/11/17/flume-joins-logging-services.html
index de0409bb..7442b093 100644
--- a/content/blog/2023/11/17/flume-joins-logging-services.html
+++ b/content/blog/2023/11/17/flume-joins-logging-services.html
@@ -64,6 +64,10 @@
 
 
 
+https://flume.apache.org;>Apache 
Flume
+
+
+
 Apache Log4Net
 
 
@@ -96,6 +100,8 @@
 
 
 
+
+
 Apache Log4j® 
1.x
 
 
@@ -207,6 +213,7 @@ or contribute, we encourage you to reach out. Let’s shape 
the future of loggin
 
 
 
+
 
 Copyright © 2017-2023 https://www.apache.org; 
target="external">The Apache Software Foundation.
 Licensed under the https://www.apache.org/licenses/LICENSE-2.0;
@@ -218,6 +225,7 @@ or contribute, we encourage you to reach out. Let’s shape 
the future of loggin
 Oracle and Java are registered trademarks
 of Oracle and/or its affiliates. Other names may be trademarks of 
their respective owners.
 
+
 
 
 
diff --git a/content/blog/index.html b/content/blog/index.html
index 354699c0..e1ac7795 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -64,6 +64,10 @@
 
 
 
+https://flume.apache.org;>Apache 
Flume
+
+
+
 Apache Log4Net
 
 
@@ -96,6 +100,8 @@
 
 
 
+
+
 Apache Log4j® 
1.x
 
 
@@ -171,9 +177,12 @@
 
 
 
-
-
+
+
+
+
 
+
 
 Copyright © 2017-2023 https://www.apache.org; 
target="external">The Apache Software Foundation.
 Licensed under the https://www.apache.org/licenses/LICENSE-2.0;
@@ -185,8 +194,8 @@
 Oracle and Java are registered trademarks
 of Oracle and/or its affiliates. Other names may be trademarks of 
their respective owners.
 
+
 
 
-
 
 
diff --git a/content/charter.html b/content/charter.html
index 4edc50ed..bee53a2f 100644
--- a/content/charter.html
+++ b/content/charter.html
@@ -64,6 +64,10 @@
 
 
 
+https://flume.apache.org;>Apache 
Flume
+
+
+
 Apache Log4Net
 
 
@@ -96,6 +100,8 @@
 
 
 
+
+
   

(logging-site) 02/03: improved footer

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git

commit f71ea410cd2506c66c2d2f580690d263da2229dd
Author: Christian Grobmeier 
AuthorDate: Sat Nov 18 18:15:50 2023 +0100

improved footer
---
 _includes/footer.html |  2 ++
 _layouts/default.html |  5 +++--
 css/site.scss | 17 +++--
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index 53f8f90e..66f46443 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,5 +1,6 @@
 
 
+
 
 Copyright © 2017-2023 https://www.apache.org; 
target="external">The Apache Software Foundation.
 Licensed under the https://www.apache.org/licenses/LICENSE-2.0;
@@ -11,4 +12,5 @@
 Oracle and Java are registered trademarks
 of Oracle and/or its affiliates. Other names may be trademarks of 
their respective owners.
 
+
 
diff --git a/_layouts/default.html b/_layouts/default.html
index 1a06cb95..ae4ffc58 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,8 +8,9 @@
 
 
 {{content}}
-
-{% include footer.html %}
+
 
+
+{% include footer.html %}
 
 
diff --git a/css/site.scss b/css/site.scss
index 7d5d1795..382fdc70 100644
--- a/css/site.scss
+++ b/css/site.scss
@@ -22,8 +22,21 @@ limitations under the License.
 .row { margin-top: 20px; }
 .logo { width: 300px; }
 
-.footer { margin-top: 45px; padding: 35px 0; border-top: 1px solid #E5E5E5; }
-.footer p { font-size: 12px; } 
+.footer { 
+margin-top: 45px; 
+padding: 35px 0; 
+border-top: 1px solid #E5E5E5; 
+background-color: #2c2c2c;
+color: white;
+p { 
+font-size: 12px; 
+} 
+
+.container a {
+color: #99;
+}
+}
+
 
 .content h1,
 .content h2,



(logging-site) 01/03: added flume to the list of projects

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git

commit d50a1aeadd2fa99a3b2814751783beda8ab49d16
Author: Christian Grobmeier 
AuthorDate: Sat Nov 18 18:15:22 2023 +0100

added flume to the list of projects
---
 _data/projects.yml | 17 -
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/_data/projects.yml b/_data/projects.yml
index c76c46e8..a3e798ec 100644
--- a/_data/projects.yml
+++ b/_data/projects.yml
@@ -2,39 +2,54 @@
   description: Log4j 2 provides both a portable logging API and implementation 
for Java with significant improvements over its predecessor, Log4j 1.x.
   url: /log4j/2.x/index.html
   status: active
+  section: creation
 - name: Apache Log4j® for Kotlin
   description: Kotlin API for Log4j 2.
   url: /log4j/kotlin/index.html
   status: active
+  section: creation
 - name: Apache Log4j® for Scala
   description: Scala API for Log4j 2.
   url: /log4j/scala/index.html
   status: active
+  section: creation
 - name: Apache log4cxx
   description: Apache log4cxx is a logging framework for C++ patterned after 
log4j.
   url: /log4cxx
   status: active
+  section: creation
 - name: Apache chainsaw
   description: A GUI based log viewer. Chainsaw is a companion application to 
log4j written by members of the log4j development community.
   url: /chainsaw/2.x/index.html
   status: active
+  section: processing
 - name: Apache Log4j® Audit
   description: Audit logging framework built upon Apache Log4j® 2.
   url: /log4j-audit/latest/index.html
   status: active
+  section: processing
+- name: Apache Flume
+  description: Distributed, reliable, and available service for efficiently 
collecting, aggregating, and moving large amounts of log data.
+  url: "https://flume.apache.org;
+  status: active
+  section: processing  
 - name: Apache Log4Net
   description: A port of the original Apache log4j framework to the Microsoft 
.NET runtime.
   url: /log4net
   status: active
+  section: creation
 - name: Apache Log4j® 1.x
   description: The original Log4j®. Reached End-Of-Life August 2015.
   url: /log4j/1.2/index.html
   status: dormant
+  section: creation
 - name: Apache log4j® 1 extras
   description: Extras for log4j 1.x, like companions, receivers and more.
   url: /log4j/extras/index.html
   status: dormant
+  section: creation
 - name: Apache log4php
   description: A versatile logging framework for PHP. Originally a port of 
Apache log4j to PHP, it has grown to include various PHP specific features.
   url: /log4php
-  status: dormant  
\ No newline at end of file
+  status: dormant
+  section: creation
\ No newline at end of file



(logging-site) branch jekyll updated (1b4e64b5 -> 0e35f823)

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a change to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git


from 1b4e64b5 added vscode to gitignore
 new d50a1aea added flume to the list of projects
 new f71ea410 improved footer
 new 0e35f823 created sections for various kind of tools

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _data/projects.yml| 17 -
 _includes/footer.html |  2 ++
 _layouts/default.html |  5 +++--
 css/site.scss | 29 +++--
 index.html| 24 
 5 files changed, 68 insertions(+), 9 deletions(-)



(logging-site) 03/03: created sections for various kind of tools

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git

commit 0e35f823cca593d1b5f39c93bb4337c95d5f687c
Author: Christian Grobmeier 
AuthorDate: Sat Nov 18 18:16:06 2023 +0100

created sections for various kind of tools
---
 css/site.scss | 12 
 index.html| 24 
 2 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/css/site.scss b/css/site.scss
index 382fdc70..7cfa4d41 100644
--- a/css/site.scss
+++ b/css/site.scss
@@ -54,6 +54,18 @@ blockquote ul { margin-left: 50px; font-size: 14px; }
 flex-wrap: wrap;
 justify-content: left;
 
+h3 {
+width: 100%;
+margin-top: 0;
+border-bottom: 1px solid #666;;
+margin-bottom: 20px;
+color: #666;
+&:not(:first-child) {
+margin-top: 30px;
+}
+}
+
+
 .project {
 width: 33%;
 max-width: 33%;
diff --git a/index.html b/index.html
index 14c50b9d..50c0afa0 100644
--- a/index.html
+++ b/index.html
@@ -26,8 +26,10 @@ layout: default
 application behavior and released at no charge to the public.
 
 
+  Logging Frameworks
+
   {% for project in site.data.projects %}
-{% if project.status == "active" %}
+{% if project.status == "active" and project.section == "creation" %}
 
   {{project.name}}
   {{project.description}}
@@ -35,9 +37,23 @@ layout: default
 
 {% endif %}
   {% endfor %}
+
+  Advanced Log Processing
+
+  {% for project in site.data.projects %}
+{% if project.status == "active" and project.section == "processing" %}
 
-  Dormant Projects
-  Logging Services projects that are no longer actively maintained.
-  See dormant projects 

+  {{project.name}}
+  {{project.description}}
+  Project site 

 
+{% endif %}
+  {% endfor %}
+
+  Others
+  
+Dormant Projects
+Logging Services projects that are no longer actively maintained.
+See dormant projects 
+  
 



(logging-site) branch asf-site updated (a883dfd0 -> f0a08124)

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/logging-site.git


from a883dfd0 Automatic Site Publish by Buildbot
 add d21dbb6e Automatic Site Publish by Buildbot
 add e8bea1f3 Automatic Site Publish by Buildbot
 add 0f9d0ef1 Automatic Site Publish by Buildbot
 add f018f627 Automatic Site Publish by Buildbot
 add cf4d3a65 Automatic Site Publish by Buildbot
 add f0a08124 ignored vscode and gemlock

No new revisions were added by this update.

Summary of changes:
 .gitignore |  2 +
 .../17/flume-joins-logging-services.html}  | 73 +++---
 content/blog/index.html| 10 ++-
 content/feed.xml   | 65 +--
 4 files changed, 103 insertions(+), 47 deletions(-)
 rename content/blog/2023/{10/11/release.html => 
11/17/flume-joins-logging-services.html} (71%)



(logging-site) branch asf-staging updated: ignored vscode and gemlock

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new f0a08124 ignored vscode and gemlock
f0a08124 is described below

commit f0a081241ade503ef74380bba3d54a2ad451672e
Author: Christian Grobmeier 
AuthorDate: Sat Nov 18 17:48:44 2023 +0100

ignored vscode and gemlock
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index c73f22ce..48de0463 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@
 .DS_Store
 .jekyll-cache
 _site
+.vscode
+Gemfile.lock



(logging-site) branch asf-staging updated: Automatic Site Publish by Buildbot

2023-11-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new cf4d3a65 Automatic Site Publish by Buildbot
cf4d3a65 is described below

commit cf4d3a6567eeffc61e3c98ab2a07b02b57c0854f
Author: buildbot 
AuthorDate: Sat Nov 18 16:47:12 2023 +

Automatic Site Publish by Buildbot
---
 content/feed.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/feed.xml b/content/feed.xml
index b2aa77f3..94b1efac 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.2.2">Jekyll2023-11-18T00:07:43+00:00/feed.xmlApache Software Foundation - Logging 
ServicesWrite an awesome description for your new site here. 
You can edit this line in _ [...]
+http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.2.2">Jekyll2023-11-18T16:47:11+00:00/feed.xmlApache Software Foundation - Logging 
ServicesWrite an awesome description for your new site here. 
You can edit this line in _ [...]
 
 We are excited to announce that https://flume.apache.org;>Apache Flume is now a part 
of our Logging Services family. 
 Flume is renowned for its distributed, reliable, and available service, 
specializing 



(logging-site) branch jekyll updated: added vscode to gitignore

2023-11-18 Thread grobmeier
This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/jekyll by this push:
 new 1b4e64b5 added vscode to gitignore
1b4e64b5 is described below

commit 1b4e64b568a17ff17423f80b96d8d0db1f051b5f
Author: Christian Grobmeier 
AuthorDate: Sat Nov 18 17:46:52 2023 +0100

added vscode to gitignore
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0a600ce7..6afa8daa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ _site
 .jekyll-metadata
 vendor
 Gemfile.lock
-.idea
\ No newline at end of file
+.idea
+.vscode



(logging-log4cxx) 01/01: Create cpp20 build

2023-11-18 Thread rmiddleton
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch cpp-20-build
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 00a94baee5d4b503044269fbf88e9e43322ffe0b
Author: Robert Middleton 
AuthorDate: Sat Nov 18 09:39:28 2023 -0500

Create cpp20 build
---
 .github/workflows/log4cxx-cpp20.yml | 48 +
 1 file changed, 48 insertions(+)

diff --git a/.github/workflows/log4cxx-cpp20.yml 
b/.github/workflows/log4cxx-cpp20.yml
new file mode 100644
index ..7c68163b
--- /dev/null
+++ b/.github/workflows/log4cxx-cpp20.yml
@@ -0,0 +1,48 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+name: log4cxx-cpp20
+
+on: [push, pull_request]
+
+jobs:
+  job:
+name: log4cxx-cpp20
+runs-on: ubuntu-22.04
+timeout-minutes: 38
+steps:
+- uses: actions/checkout@v3
+  with:
+path: main
+
+- name: 'Configure Dependencies - Ubuntu'
+  run: |
+sudo apt-get update
+sudo apt-get install -y libapr1-dev libaprutil1-dev 
libboost-filesystem-dev libboost-thread-dev libesmtp-dev
+
+- name: 'run cmake - *nix'
+  run: |
+cd main
+mkdir build
+cd build
+cmake -DCMAKE_CXX_STANDARD=20 -DLOG4CXX_ENABLE_ESMTP=ON ..
+cmake --build .
+
+- name: run unit tests
+  shell: pwsh
+  run: |
+cd main
+cd build
+ctest -C Debug --output-on-failure -V
+



(logging-log4cxx) branch cpp-20-build created (now 00a94bae)

2023-11-18 Thread rmiddleton
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a change to branch cpp-20-build
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


  at 00a94bae Create cpp20 build

This branch includes the following new commits:

 new 00a94bae Create cpp20 build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.