summaryrefslogtreecommitdiff
path: root/lib/common/Logging.cpp
Commit message (Expand)AuthorAge
* Update platform feature detection to work with CMake.Chris Wilson2016-09-03
* Add usage example for -L option, showing how module names were compiled inChris Wilson2015-06-10
* Add command-line option to limit log messages to certain file(s).Chris Wilson2015-05-04
* Reduce test output noise by hiding some error messages in tests.Chris Wilson2015-02-25
* Don't redirect logging to stderr any more.Chris Wilson2015-01-04
* Add option to truncate log file at start of every backup.Chris Wilson2014-11-16
* Refactor logging option processing out of Daemon class.Chris Wilson2014-04-09
* Remove the global logging level.Chris Wilson2014-04-09
* Close syslog before checking for files left open in tests.Chris Wilson2014-02-07
* Allow getting the standard Console and Syslog loggers. Add a Guard classChris Wilson2012-11-27
* Allow hiding specific exceptions to keep test output cleaner.Chris Wilson2012-04-28
* Allow overriding Logging::Guard to dump stack backtraces as well.Chris Wilson2012-01-23
* Fix illegal use of Logging::Add and Logging::Remove while iterating over loggersChris Wilson2011-10-11
* Log failure to convert log string to console encoding on Windows.Chris Wilson2011-08-27
* Fix line endings.Chris Wilson2011-05-24
* Include <process.h> to get a definition for getpid() from the Windows CRT,Chris Wilson2011-04-20
* Avoid fatal error caused by recursive logging if we fail to open theChris Wilson2010-11-17
* Log more detailed info about backup comparison failures, for debugging.Chris Wilson2010-02-10
* Add a static variable to store the exceptions suppressed flag.Chris Wilson2009-07-05
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
* Add date to file logger, as requested by Kenny Millington.Chris Wilson2009-03-29
* Add ability to specify a named log facility for syslog loggins, Chris Wilson2009-03-24
* Switch to C++ include file names.Chris Wilson2009-03-24
* Add file logger class.Chris Wilson2008-09-26
* Unify program name and console logging tags.Chris Wilson2008-09-13
* Convert console logging output to console encoding on Windows.Chris Wilson2008-08-09
* Remove Windows limitation on Logging that showing PID was not possible.Chris Wilson2008-08-03
* Use the new time function when generating console log messages.Chris Wilson2008-07-27
* Fix includes to get getpid() on Solaris and to make them easier to read.Chris Wilson2008-07-06
* Compile fix for strerror() on RedHat 9, thanks to Alex Howansky.Chris Wilson2008-06-30
* Add static Logging::GetNamedLevel() method to return a log level Chris Wilson2008-05-28
* 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
* 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