You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2020/06/20 09:45:21 UTC

[GitHub] [logging-log4cxx] baldapps opened a new pull request #26: Fix missing const in method getThreshold

baldapps opened a new pull request #26:
URL: https://github.com/apache/logging-log4cxx/pull/26


   The method getThreshold wasn't const so it wasn't possible to call getThreshold on a const object and const cast was needed.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [logging-log4cxx] ams-tschoening merged pull request #26: Fix missing const in method getThreshold

Posted by GitBox <gi...@apache.org>.
ams-tschoening merged pull request #26:
URL: https://github.com/apache/logging-log4cxx/pull/26


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [logging-log4cxx] ams-tschoening commented on pull request #26: Fix missing const in method getThreshold

Posted by GitBox <gi...@apache.org>.
ams-tschoening commented on pull request #26:
URL: https://github.com/apache/logging-log4cxx/pull/26#issuecomment-647131780


   Thanks for fixing! As this is a minor change, I won't update `changes.xml` for now.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org