check even this:
http://articles.techrepubl
Main Topics
Browse All TopicsHi all,
I need a simple c sample code how to implement circular logging.
A simple hello word app which writes a simple line to log.txt "Hello world".
If the log file exeeds 1mb, it renames the log to log.txt.0 and ceates a new log.txt.
The tricky part is: the logger can be run in various instances simultaneousley, so it will need some kind of concurrency and wait handling...
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
check even this:
http://articles.techrepubl
If you want to do all that stuff (concurrency and wait handling...), you are either going to spend a very long time re-inventing the wheel or you are going to use the closelog, openlog &, syslog group of functions (man -s 3 syslog). Using the appropriate facilities you can write your own private log files. You can then rotate them with logrotate. Both the syslog function and logrotate will require config files - you will have to live with that.
I've found the solution myself...
http://pocoproject.org/
This lib contains libraries for circular logging,
Does not depend on other config files...
Business Accounts
Answer for Membership
by: michofreihaPosted on 2008-03-04 at 07:42:55ID: 21041961
Check the below:
06/06/rota ting-linux -log-files - part-2-lo grotate/
http://www.ducea.com/2006/