Filename passed to yaz_log_init_file assumed to be in strftime format.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Sep 2005 21:13:54 +0000 (21:13 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Sep 2005 21:13:54 +0000 (21:13 +0000)
commitc6a5dc8ed65ae3ffcf8f27270c4de6f6ae05499e
tree5401fe7b18bb6672c47e7a8305e126b51c7e3d70
parent8f2212a99ffa921b44897379a5333f3bd09c2dd9
Filename passed to yaz_log_init_file assumed to be in strftime format.
For each yaz_log call strftime is used to make an effective filename.
If different from last yaz_log call, the log file opened. To make
a log that rotates every midnight log%Y%m%d.log (year,month,day) could
be used.
src/log.c