summaryrefslogtreecommitdiffstats
path: root/common/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/log.h')
-rw-r--r--common/log.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/log.h b/common/log.h
index c643f84..8a6c295 100644
--- a/common/log.h
+++ b/common/log.h
@@ -34,6 +34,15 @@ void SINKCOMMON_EXPORT setAreas(const QByteArrayList &areas);
34 */ 34 */
35void SINKCOMMON_EXPORT setFilter(const QByteArrayList &filter); 35void SINKCOMMON_EXPORT setFilter(const QByteArrayList &filter);
36 36
37/**
38 * Set an application debug output.
39 *
40 * Currently supported are:
41 * * Name: Application name used for filter.
42 * * Function: The function name:
43 * * Location: The source code location.
44 */
45void SINKCOMMON_EXPORT setDebugOutput(const QByteArrayList &filter);
37 46
38QDebug SINKCOMMON_EXPORT debugStream(DebugLevel debugLevel, int line, const char* file, const char* function, const char* debugArea = 0); 47QDebug SINKCOMMON_EXPORT debugStream(DebugLevel debugLevel, int line, const char* file, const char* function, const char* debugArea = 0);
39 48