summaryrefslogtreecommitdiff
path: root/lib/common/Logging.cpp
Commit message (Expand)AuthorAge
* Allow logging with microsecond timestamps.Chris Wilson2007-12-15
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
* Add missing #include <errno.h>, thanks to Matt Brown (refs #3)Chris Wilson2007-05-02
* Keep a copy of the program name, in case the original goes away, whichChris Wilson2007-04-28
* Compile fix for Win32, where no localtime_r is available and localtimeChris Wilson2007-04-22
* Add options to log timestamps, and a custom tag, with each message toChris Wilson2007-04-22
* 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
* Cosmetic spacing fixes (refs #3)Chris Wilson2007-01-12
* * Rename Loggers class to Logging, which looks nicer.Chris Wilson2006-12-16
* Initial implementation of the logging framework.Chris Wilson2006-12-16