Data Fields | |
char | logbase [1024] |
char | nameformat [256] |
char | filename [256] |
char | logpath [1024] |
FILE * | fp |
bool | console |
int | rotateinterval |
int | nextrotate |
bool | flush |
char Q_LOG::logbase[1024] |
directory which log file is located
char Q_LOG::nameformat[256] |
file naming format like qdecoder-Ymd.log
char Q_LOG::filename[256] |
generated filename according to the name format
char Q_LOG::logpath[1024] |
generated system path of log file
FILE* Q_LOG::fp |
file pointer of logpath
bool Q_LOG::console |
flag for console print out
log file will be rotate in this interval seconds
next rotate universal time, seconds
bool Q_LOG::flush |
flag for immediate sync
[Home] [About] [Examples] [Changes] [Download] [SVN Repository] [Install] [Reference] |