I want to create a Log file in MFC that should write to log file everytime it should append the logging details , it should not overrite the exisiting details.And there should be some size limit like if after this much size a new file should create.
How to achieve this? any help is appreciated. Thanks.