Reinsert initialiser for __UNUSED_loglevel
[yaz-moved-to-github.git] / src / log.c
2006-03-21 Adam DickmeissReestablish log_event_{start,end}.
2006-03-21 Adam DickmeissRemove log_event_{start,end}. Add function yaz_log_set_...
2006-03-21 Adam DickmeissAllow yaz_log logging to be disabled using yaz_log_init...
2006-03-13 Mike TaylorYAZ_LOG environment variable.
2005-09-16 Adam DickmeissUse localtime_r rather than localtime if available.
2005-09-16 Adam DickmeissFilename passed to yaz_log_init_file assumed to be...
2005-09-09 Adam DickmeissFixed bug #410: Can not rotate log
2005-09-09 Adam DickmeissMajor log system cleanup. Added various locks for the...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-05-18 Adam DickmeissReestablish LOG_APP,APP2,APP3 .. continued.
2005-05-18 Adam DickmeissKeep log level app2,app3. It is still being used
2005-04-29 Heikki LevantoFixed the infinite recursion when calling yaz_log_level...
2005-01-15 Adam DickmeissBump year
2005-01-07 Heikki LevantoAdded a warning (always to stderr) when opening the...
2004-12-30 Adam DickmeissAvoid signed char subscript
2004-12-13 Heikki LevantoMoved back to a single log.h, with the new #define...
2004-11-23 Heikki LevantoRe-enabled the -v notime option, it was broken.
2004-11-18 Heikki LevantoDeprecated log.h and created a new ylog.h
2004-11-17 Heikki LevantoAdded an option to specify -word in the loglevel parsin...
2004-11-16 Heikki LevantoImprovements in the log system, especially on the serve...
2004-11-09 Adam DickmeissUse strchr,strrchr instead of index/rindex. YAZ.2.0.28
2004-11-04 Heikki LevantoFixed a bug that caused extra [level] tags in the log
2004-11-03 Adam DickmeissUsing blanks for assignments (no code changes)
2004-11-03 Heikki LevantoFixed a silly typo that made a numeric -v crash
2004-11-03 Heikki LevantoAdded dynamic log-levels:
2004-11-02 Heikki Levantoprotecting log rotation with a mutex
2004-11-02 Heikki LevantoRotating logfile if exceeding a gigabyte
2004-11-02 Heikki LevantoNot buffering the log file, unless LOG_FLUSH is set...
2004-11-02 Heikki Levantooops, forgot to give a name to LOG_FLUSH. Now added
2004-11-02 Heikki LevantoAdded a new log flag LOG_FLUSH that forces flushing...
2004-11-02 Heikki Levantoyaz_log_time_format sets the format of the timestamp...
2004-10-15 Adam DickmeissDoxyfile file description. Indentation. No change of...
2003-10-27 Adam DickmeissSource restructure. yaz-marcdump part of installation