summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/log.c
AgeCommit message (Expand)Author
2010-09-20Changes print-like filter commands to use a log instead of a stderr.Ondrej Zajicek
2010-04-07Configurable syslog name.Ondrej Zajicek
2010-02-21Fix configure to enable warnings and fix most of them.Ondrej Zajicek
2010-02-03Makes date/time formats configurable.Ondrej Zajicek
2010-01-03Implements MRTdump feature.Ondrej Zajicek
2009-02-26Rate limit for most abundant log messagesOndrej Zajicek
2004-06-05Renamed log() to log_msg(), but still keeping the old name as a macro.Martin Mares
2001-03-06Fixed <time.h> vs. <sys/time.h> problems.Martin Mares
2000-06-20If compiled with --enable-debug, don't even try to log to syslog unlessMartin Mares
2000-06-09During initialization, log to both syslog and stderr. When a configurationMartin Mares
2000-06-08Fixes for the programmer's manual.Martin Mares
2000-06-07Spelling fixes to progdoc.Martin Mares
2000-06-05Documented all the sysdeps (only briefly, I admit).Martin Mares
2000-06-01Before configuration file is read, log to _both_ syslog and stderr.Martin Mares
2000-05-09In non-debug mode, set default logging to syslog only, not stderr.Martin Mares
2000-05-08When reporting a bug(), call abort() instead of exit(), so that weMartin Mares
2000-03-12Fixed a bunch of FIXME's by removing them :)Martin Mares
1999-12-06Allow logging to stderr as well.Martin Mares
1999-12-06Logging is now configurable. You can define multiple log outputs (to bothMartin Mares
1999-12-06Implemented echoing of log messages to CLI connections. Just try `echo all'.Martin Mares
1998-12-20Finer grained logging levels:Martin Mares
1998-11-16Complain loudly if the logging buffer would overflow.Martin Mares
1998-06-17debug() and log() use the new printf. Feel free to use new formattingMartin Mares
1998-05-03Added new subdir for UNIX-dependent files.Martin Mares