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