Write Logs to memory

Thanks,

Can you also tell me how can I read logs from it in future?I have to keep in memory as our code on heroku and heroku support only readlonly filesystem.So we can not write logs to file.So I am trying to save logs into memory then move this into mysql at some time interval.