aboutsummaryrefslogtreecommitdiffstats
path: root/src/Log.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Log: move enum LogLevel to LogLevel.hxxMax Kellermann2013-12-151-36/+1
|
* Log: add level "DEFAULT"Max Kellermann2013-11-041-0/+15
| | | | | | 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".
* Log: document the LogLevel itemsMax Kellermann2013-11-041-0/+16
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* gcc.h: major updateMax Kellermann2013-10-151-8/+8
| | | | | Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily.
* Log: new logging library APIMax Kellermann2013-10-021-14/+82
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-11/+2
| | | | Replaces GLib's GError.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+3
|
* include cleanupMax Kellermann2013-07-301-1/+0
|
* sig_handlers, log: convert to C++Max Kellermann2013-01-091-0/+54