aboutsummaryrefslogtreecommitdiffstats
path: root/src/Log.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* Log: move Log() to LogBackend.cxxMax Kellermann2013-12-151-33/+5
| | | | Prepare for GLib removal.
* include cleanup using iwyuMax Kellermann2013-11-281-15/+0
|
* Log: add level "DEFAULT"Max Kellermann2013-11-041-0/+12
| | | | | | 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: new logging library APIMax Kellermann2013-10-021-255/+90
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-3/+3
| | | | Migrate the remaining callers to FatalError().
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+3
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-18/+21
| | | | Replaces GLib's GError.
* ConfigPath: return a Path objectMax Kellermann2013-08-071-14/+20
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-2/+2
|
* FatalError: new library to replace mpd_error.hMax Kellermann2013-08-071-2/+3
|
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
|
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-2/+1
| | | | | Look up top-level config options by enum (= integer), not by name string.
* Log, ...: include cleanupMax Kellermann2013-01-101-1/+0
|
* sig_handlers, log: convert to C++Max Kellermann2013-01-091-0/+341