summaryrefslogtreecommitdiff
path: root/src/Log.hxx
AgeCommit message (Collapse)Author
2016-09-16Log: add std::exception_ptr overloadsMax Kellermann
2016-09-04Log: add FormatError() overload with std::exceptionMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-16Log: C++ exception supportMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-15Log: move enum LogLevel to LogLevel.hxxMax Kellermann
2013-11-04Log: add level "DEFAULT"Max Kellermann
Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure".
2013-11-04Log: document the LogLevel itemsMax Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-15gcc.h: major updateMax Kellermann
Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily.
2013-10-02Log: new logging library APIMax Kellermann
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-09-04util/Error: new error passing libraryMax Kellermann
Replaces GLib's GError.
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-07-30include cleanupMax Kellermann
2013-01-09sig_handlers, log: convert to C++Max Kellermann