summaryrefslogtreecommitdiff
path: root/lib/common/Logging.h
Commit message (Expand)AuthorAge
* Add support for logging just to syslog (not console) at a given Chris Wilson2008-03-01
* Disable -P option and showing PID in Logging on Windows.Chris Wilson2008-02-22
* Add support for microsecond timestamps and PID logging on console logChris Wilson2008-01-31
* Allow logging with microsecond timestamps.Chris Wilson2007-12-15
* Enable TRACE logging in release builds, but make it really cheapChris Wilson2007-12-04
* Fix double backslashesChris Wilson2007-10-08
* Revert to decimal properly, and also after logging an Object ID.Chris Wilson2007-10-08
* Revert from hex to decimal default format after logging an account number.Chris Wilson2007-10-08
* Format account number properly (8 hex digits).Chris Wilson2007-09-01
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Keep a copy of the program name, in case the original goes away, whichChris Wilson2007-04-28
* Add options to log timestamps, and a custom tag, with each message toChris Wilson2007-04-22
* Win32 compile fixChris Wilson2007-03-05
* Automatically initialise logging at startup, with a static object, to logChris Wilson2007-01-16
* Add a new logging level, NOTICE, between INFO and WARNING (justification:Chris Wilson2007-01-15
* * Rename Loggers class to Logging, which looks nicer.Chris Wilson2006-12-16
* Initial implementation of the logging framework.Chris Wilson2006-12-16