rm5248 commented on pull request #84:
URL: https://github.com/apache/logging-log4cxx/pull/84#issuecomment-994925954


   You're confusing two projects here.  
   
   Log4j2 is a logging implementation for Java.
   Log4cxx is a logging implementation for C++.  It is largely based off of 
Log4j(1), except written in C++.  Log4cxx has a separate site: 
https://logging.apache.org/log4cxx/latest_stable/
   
   The Log4j2 specification is only for Log4j2.  Log4cxx does not follow the 
specification for Log4j2, because it is a separate project.
   
   Regardless, the `Message` class that is referenced in the Log4j2 
documentation refers to a specific class that you can subclass in order to log 
messages.  This is not a feature that Log4cxx has.  Log4cxx only logs strings.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to