From 4d2ce949b3b41f8bf0af446fa20205ddd229e579 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 3 Nov 2013 11:08:18 +0100 Subject: Use cutelogger for Rockbox Utility internal trace. Change tracing from qDebug() to use cutelogger, which is available under the LGPL2.1. This allows to automatically add filename and line number to the log, and also provides multiple log levels. Change-Id: I5dbdaf902ba54ea99f07ae10a07467c52fdac910 --- rbutil/rbutilqt/logger/README.ROCKBOX | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rbutil/rbutilqt/logger/README.ROCKBOX (limited to 'rbutil/rbutilqt/logger/README.ROCKBOX') diff --git a/rbutil/rbutilqt/logger/README.ROCKBOX b/rbutil/rbutilqt/logger/README.ROCKBOX new file mode 100644 index 0000000000..08f537fb3f --- /dev/null +++ b/rbutil/rbutilqt/logger/README.ROCKBOX @@ -0,0 +1,7 @@ +This folder contains the cutelogger project for logging functionality. +These files are distributed under the LGPL v2 or later. +The source files have been last synced with the projects at +https://gitorious.org/cutelogger to commit +e3c2745c6c5f38896f87472e01ea2caf2d9e211b. + + -- cgit v1.2.3