You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "somashekhargg (via GitHub)" <gi...@apache.org> on 2023/04/18 06:44:37 UTC

[GitHub] [logging-log4cxx] somashekhargg opened a new issue, #202: dailyrollingfileappender.h and rollingfileappender.h files are missing.

somashekhargg opened a new issue, #202:
URL: https://github.com/apache/logging-log4cxx/issues/202

   Hi Team,
   I downloaded latest version of Log4cxx 1.0.0.0. I created Visual Studio project file using CMake as shown in attached snapshot. After successful configuration able to generate project file, however dailyrollingfileappender.h and rollingfileappender.h files are missing. 
   By including these files we have implemented daily file rollover. In new version of Log4cxx these files are not there. 
   
   Could you please help on this. If those files are absolute please let me know what are the alternative files. 
   
   ![Log4cxx_After_Generate](https://user-images.githubusercontent.com/75298204/232692552-2b98d6b1-1d6c-41f6-b6dd-aa5cb0605657.PNG)
   


-- 
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: notifications-unsubscribe@logging.apache.org.apache.org

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


[GitHub] [logging-log4cxx] rm5248 commented on issue #202: dailyrollingfileappender.h and rollingfileappender.h files are missing.

Posted by "rm5248 (via GitHub)" <gi...@apache.org>.
rm5248 commented on issue #202:
URL: https://github.com/apache/logging-log4cxx/issues/202#issuecomment-1513424212

   Those classes have been replaced by the [`RollingFileAppender`](https://logging.apache.org/log4cxx/latest_stable/classlog4cxx_1_1rolling_1_1RollingFileAppender.html).  There's an example in the linked doxygen documentation that should do what you are looking for.


-- 
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: notifications-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4cxx] rm5248 closed issue #202: dailyrollingfileappender.h and rollingfileappender.h files are missing.

Posted by "rm5248 (via GitHub)" <gi...@apache.org>.
rm5248 closed issue #202: dailyrollingfileappender.h and rollingfileappender.h files are missing.
URL: https://github.com/apache/logging-log4cxx/issues/202


-- 
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: notifications-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4cxx] somashekhargg commented on issue #202: dailyrollingfileappender.h and rollingfileappender.h files are missing.

Posted by "somashekhargg (via GitHub)" <gi...@apache.org>.
somashekhargg commented on issue #202:
URL: https://github.com/apache/logging-log4cxx/issues/202#issuecomment-1514170564

   Thank you. 
   It worked.


-- 
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: notifications-unsubscribe@logging.apache.org

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