summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LoggerUtil.cpp
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
|/
* Update copyright headersJoe George2016-03-01
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-5796: LoggerUtil now deals properly with exceptions (print their ↵Bernard Normier2014-10-29
| | | | stack traces when available)
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-4882:Bernard Normier2012-10-22
| | | | | | Better logging in C++, especially with services. On compilers with stack-trace printing support, the stack trace of most exceptions is now logged.
* Fixed a few ice_clone for exceptions (bug #ICE-4845) and printStackTrace ↵Bernard Normier2012-08-30
| | | | (bug #ICE-4818)
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Make unknown field in UnknownUSerException more consistentDwayne Boone2009-10-05
|
* Bug 2664 - do not calculate stack tracesDwayne Boone2009-09-09
|
* Bug 2664 - Added Ice.PrintStackTraces and cleaned up ifdefsDwayne Boone2009-08-21
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 2433 - changed logger plugin mechanismDwayne Boone2008-04-29
|
* Bug 2433 - new logger plugin mechanismDwayne Boone2008-04-29
|
* Updated copyrightDwayne Boone2008-01-23
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Updated copyrightDwayne Boone2006-03-14
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* icepatch2 changesMarc Laukien2005-01-27
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* version update; date changeMarc Laukien2003-02-04
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* added spaceMarc Laukien2002-07-09
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* fixesMarc Laukien2002-02-28
|
* fixMarc Laukien2002-02-12
|
* made some inline ops non-inline; added comments and TODOsMarc Laukien2002-02-12
|
* LoggerUtilMarc Laukien2002-02-10