From be12b7bbd50abbdd26f8a12a14901958e524e1fc Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Thu, 11 Jun 2015 16:20:36 +0200 Subject: Added a TODO list --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..8064757 --- /dev/null +++ b/TODO @@ -0,0 +1,14 @@ +Autotests: + +* Add autotest for registering multiple apps +* Add autotest for registering CTXs +* Add autoetst for registering and App/CTX twice + +API: + +* The User should be able to select which Socket to be used, or to log to a file +* Add a way to use the DltRegistration messageHandle only as a proxy and also activate the normal stdout logging +* React on control messages and control the registered QtLoggingCategories with this information +* Add API for registering injection messages and provide a signal when the messages arrive +* Look into reusing QLoggingCategory::defaultCategory instead of the FALLBACK_CATEGORY +* Extend macro to also support the new Q_LOGGING_CATEGORY macro with msgType -- cgit v1.2.1