log Core/Logging.cpp @ 4005:7f9909062d9c

age author description
Sat, 06 Jun 2020 11:18:12 +0200 Sebastien Jodogne removed EnableEmscriptenLogging()
Sat, 06 Jun 2020 11:14:10 +0200 Sebastien Jodogne cleaning SetErrorWarnInfoLoggingStreams()
Sat, 06 Jun 2020 11:08:59 +0200 Sebastien Jodogne removing useless LoggingMemento
Sat, 06 Jun 2020 10:58:36 +0200 Sebastien Jodogne style
Fri, 05 Jun 2020 18:56:35 +0200 Sebastien Jodogne sharing more code between the loggers
Fri, 05 Jun 2020 18:26:01 +0200 Sebastien Jodogne ORTHANC_FRAMEWORK_BUILDING_PLUGIN
Fri, 05 Jun 2020 18:08:17 +0200 Sebastien Jodogne reorganizing Logging
Mon, 02 Mar 2020 15:32:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Fri, 31 Jan 2020 17:14:59 +0100 Sebastien Jodogne upgrade to year 2020
Mon, 27 Jan 2020 14:32:09 +0100 Benjamin Golinvaux Fixed typo in function impl name toa2020012701
Wed, 28 Aug 2019 15:19:04 +0200 Sebastien Jodogne better handling of HTTP security
Wed, 28 Aug 2019 12:21:23 +0200 Sebastien Jodogne removed C++11 primitive
Sat, 10 Aug 2019 13:40:08 +0200 Benjamin Golinvaux Fixed alignment issue in Toolbox::DetectEndianness() + made the internal logger
Wed, 31 Jul 2019 14:35:58 +0200 Sebastien Jodogne fix warning from gcc 8.3.0
Thu, 11 Jul 2019 11:48:54 +0200 amazy logging on windows: all logs actually contained CR.CR.LF -> removed one CR. It seems that iostream already converts \n to \r\n on Windows systems
Mon, 13 May 2019 16:15:02 +0200 Benjamin Golinvaux Fixed leak in RestoreLoggingMemento
Tue, 07 May 2019 13:10:48 +0200 Benjamin Golinvaux Merge fro default emscripten-logging
Tue, 07 May 2019 11:23:11 +0200 Benjamin Golinvaux Enable custom logging functions to redirect to emscripten specific logging calls emscripten-logging
Thu, 02 May 2019 13:23:29 +0200 Sebastien Jodogne fix missing symbol
Tue, 23 Apr 2019 21:40:57 +0200 Benjamin Golinvaux Added a public function that will use emscripten-specific logging functions when using its SDK + scaffolding work. Build and UT OK on msvc15 x64. Not actually tested under *nix or emscripten yet emscripten-logging
Mon, 24 Dec 2018 11:39:11 +0100 Sebastien Jodogne preparing for 2019
Thu, 20 Sep 2018 16:17:46 +0200 Sebastien Jodogne fix Debian warnings
Mon, 26 Mar 2018 11:09:19 +0200 Sebastien Jodogne fix Windows build
Thu, 22 Mar 2018 17:31:36 +0100 Sebastien Jodogne fix
Fri, 02 Mar 2018 18:25:07 +0100 Sebastien Jodogne logging to stdio
Fri, 02 Mar 2018 15:10:37 +0100 Sebastien Jodogne logging primitives for WebAssembly
Tue, 02 Jan 2018 09:35:07 +0100 Sebastien Jodogne upgrade to year 2018
Tue, 22 Aug 2017 17:32:13 +0200 Sebastien Jodogne refactoring of BoostConfiguration.cmake
Wed, 25 Jan 2017 14:16:46 +0100 Sebastien Jodogne fix
Wed, 04 Jan 2017 12:09:40 +0100 Sebastien Jodogne shared copyright with osimis
Fri, 23 Dec 2016 16:02:00 +0100 Sebastien Jodogne Logger compatible with the Orthanc plugin SDK
Wed, 09 Nov 2016 16:54:23 +0100 Sebastien Jodogne creation of namespace SystemToolbox
Wed, 09 Nov 2016 16:12:47 +0100 Sebastien Jodogne reorganization
Wed, 09 Nov 2016 12:04:09 +0100 Sebastien Jodogne Avoid hard crash if not enough memory
Mon, 13 Jun 2016 15:07:53 +0200 Sebastien Jodogne New option "--logfile" to output the Orthanc log to the given file
Mon, 13 Jun 2016 13:39:10 +0200 Sebastien Jodogne Dropped support of Google Log
Mon, 04 Jan 2016 13:17:22 +0100 Sebastien Jodogne 2016
Wed, 21 Oct 2015 11:45:51 +0200 Sebastien Jodogne "--logdir" creates a single log file instead of 3 separate files for errors/warnings/infos
Tue, 18 Aug 2015 14:57:41 +0200 Sebastien Jodogne standalone logging
Fri, 07 Aug 2015 20:14:26 +0200 Sebastien Jodogne fix Orthanc-0.9.3
Thu, 06 Aug 2015 18:19:32 +0200 Sebastien Jodogne improve the performance of the internal logger
Wed, 05 Aug 2015 10:07:53 +0200 Sebastien Jodogne fix mingw build
Tue, 04 Aug 2015 14:04:48 +0200 Sebastien Jodogne support of --logdir by the internal logger
Tue, 04 Aug 2015 12:22:08 +0200 Sebastien Jodogne basic logger
Tue, 04 Aug 2015 10:54:13 +0200 Sebastien Jodogne flag for plugins
Tue, 04 Aug 2015 10:45:58 +0200 Sebastien Jodogne removal of unneeded static libraries
Tue, 04 Aug 2015 09:35:09 +0200 Sebastien Jodogne Creation of Logging.h
Wed, 03 Oct 2012 11:44:46 +0200 jodogne trying to use log4cplus