aboutsummaryrefslogtreecommitdiffstats
path: root/src/Log.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-15Log: move enum LogLevel to LogLevel.hxxMax Kellermann1-36/+1
2013-11-04Log: add level "DEFAULT"Max Kellermann1-0/+15
2013-11-04Log: document the LogLevel itemsMax Kellermann1-0/+16
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-10-15gcc.h: major updateMax Kellermann1-8/+8
2013-10-02Log: new logging library APIMax Kellermann1-14/+82
2013-09-04util/Error: new error passing libraryMax Kellermann1-11/+2
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+3
2013-07-30include cleanupMax Kellermann1-1/+0
2013-01-09sig_handlers, log: convert to C++Max Kellermann1-3/+3
2012-08-14log: store duplicated path stringMax Kellermann1-2/+3
2011-09-09log: return GError on initialization failureMax Kellermann1-1/+9
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann1-3/+0
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-19log: added log_early_init() for early debug messagesMax Kellermann1-0/+11
2008-12-29log: removed unused logging wrappersMax Kellermann1-4/+0
2008-12-28log: merged initLog() and open_log_files().Max Kellermann1-3/+1
2008-12-02replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen1-8/+6
2008-12-02replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen1-1/+2
2008-11-05log: use boolMax Kellermann1-3/+5
2008-11-05log: use GLib message loggingMax Kellermann1-4/+0
2008-11-05log: removed warning bufferMax Kellermann1-2/+0
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-08CPP include cleanupMax Kellermann1-2/+0
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-2/+1
2007-08-27export FATAL() with noreturn attributeEric Wong1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-2/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1
2006-08-12always support DEBUG() logging, even if -DNDEBUGWarren Dukes1-6/+1
2006-08-01logging cleanupsEric Wong1-16/+16
2006-07-30remove deprecated myfprintf wrapperEric Wong1-5/+7
2006-07-20Add mpd-indent.shAvuton Olrich1-2/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes1-1/+10
2004-05-29forte C++ compile fixesWarren Dukes1-6/+6
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-03-18bunch of autotool cleanupsWarren Dukes1-0/+2
2004-02-25cleanup logging, need to be careful with SECURE and DEBUGWarren Dukes1-12/+6
2004-02-25a few cleanupsWarren Dukes1-2/+6