yaz_log_time_format sets the format of the timestamp. See man 3 strftime
authorHeikki Levanto <heikki@indexdata.dk>
Tue, 2 Nov 2004 11:37:21 +0000 (11:37 +0000)
committerHeikki Levanto <heikki@indexdata.dk>
Tue, 2 Nov 2004 11:37:21 +0000 (11:37 +0000)
commitd7b75f236b92e98bff554317e123753d0549c3c3
tree313bb86bd0f81ee660c7541db62c161f20838942
parentd4f295af18b4678342ac477c3cbc6705438a035b
yaz_log_time_format sets the format of the timestamp. See man 3 strftime
Calling with "old" sets to the old format "11:55:06-02/11"
Calling with NULL or "" sets to the new format "20041102-115719"
If not called at all, the old format is used, for backward compatibility
client/client.c
include/yaz/log.h
src/log.c
src/statserv.c