Hi

I want to generate a log file for my application. Does Qt have any inbuilt function for that??

I am using qDebug to return some information during the execution of the process.

I want to put all my qDebug and qWarnings into a log file along with the time of generation of the text.

I can stream the qDebug into a file,before i do that, i want to know if there are any inbuilt function.