aboutsummaryrefslogtreecommitdiffstats
path: root/src/LogBackend.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LogBackend: use __android_log_print() on AndroidMax Kellermann2014-02-221-0/+35
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* configure.ac: add option "--disable-glib"Max Kellermann2013-12-151-0/+14
| | | | | Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core.
* LogInit: move backend code to LogBackend.cxxMax Kellermann2013-12-151-8/+133
|
* Log: move Log() to LogBackend.cxxMax Kellermann2013-12-151-0/+54
Prepare for GLib removal.