summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/log/Logger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-0/+16
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-2/+5
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-1/+1
* NO-JIRA: Fix Logger::instance to work with older versions of boost.Alan Conway2012-02-141-0/+10
* QPID-3638 - Fixed boost usage problem.Ted Ross2012-02-131-2/+2
* QPID-3236 - Add high-resolution timestamps to log files for debug situations....Kim van der Riet2011-05-021-3/+8
* QPID-3147: Misconfigured tracing/logging can lead to hung threads in logging ...Alan Conway2011-03-211-3/+9
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-101-0/+5
* Remove incorrect optimization in Logger.Alan Conway2010-05-121-3/+3
* Use read-write lock to imporve Logger concurrency.Alan Conway2010-04-071-3/+3
* Add directory to #includeAlan Conway2009-07-141-3/+3
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-121-19/+2
* Split logging options into portable options and sink-related options that are...Stephen D. Huston2008-10-151-64/+3
* Added ScopedSuppressLogging, used to suppress expected error messages in tests.Alan Conway2008-09-251-1/+1
* Remove debugging cout accidentally left in.Alan Conway2008-07-041-2/+0
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-1/+7
* Fix for broker wraparound problem.Alan Conway2008-06-131-1/+2
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-021-17/+12
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-1/+1
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-2/+20
* Fixed re-entry problem with exceptions throw in logger code.Alan Conway2008-01-241-1/+2
* Improved/additional client API tests.Alan Conway2008-01-241-1/+1
* Logging change: --log-enable level:pattern now does aAlan Conway2007-11-161-1/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-6/+0
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-231-1/+10
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-271-1/+4
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-301-0/+204