Did someone written transaction logging on File system. If yes, how the log rotation is been taken care ( I mean, per day, it should maintain a file like server.log file ) and if someone has rough code kindly share me which will be helpful… Great thanks to all.
It creates files like transaction.log.04052015 ( for yesterday ), transaction.log.05052015 ( today’s ). So it maintains file per day along with time stamp which is easy to use.