Added snprintf/vsnprintf wrappers for systems that don't have
[yaz-moved-to-github.git] / src / log.c
2007-02-23 Adam DickmeissAdded snprintf/vsnprintf wrappers for systems that...
2007-02-20 Adam DickmeissFix type of thread id
2007-02-05 Adam DickmeissDo not print leading space when log level 'notime'...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2007-01-01 Adam DickmeissFixed bug #779: Rotation of apdu.log fails.
2006-11-27 Adam DickmeissTest differently for overflow in log bits
2006-10-09 Adam DickmeissFixed bug #687: Missing log lines. Immediate logging...
2006-10-04 Adam DickmeissOnly generate up to 10 rotated log files.
2006-09-29 Adam DickmeissImplement log rotate log.0, log.1, log.2,..
2006-09-27 Adam DickmeissAdded GCC option -Wstrict-prototypes to buildconf.sh...
2006-07-31 Adam DickmeissGet rid of redundant parameter to yaz_log_to_file....
2006-07-06 Heikki LevantoAdded yaz_log_trunc() to truncate the log file
2006-06-30 Adam DickmeissLog format '%!' prints thread ID
2006-05-07 Adam DickmeissReformat comments for Doxygen
2006-03-24 Adam DickmeissFor yaz_log, allow special timeformat %! to display...
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