From a966393ad7003d02870bceffa08df5ddf4bbf864 Mon Sep 17 00:00:00 2001 From: Manikandan C Date: Thu, 28 Jan 2016 13:57:07 +0530 Subject: dlt-control: Provision to control entire system log level 1. support for setting log level using wildcards for both app and context 2. support for setting entire system log level Signed-off-by: Manikandan C Change-Id: I92f8c5461903f092cd50f05f644013432940a87b --- include/dlt/dlt_client.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/dlt/dlt_client.h') diff --git a/include/dlt/dlt_client.h b/include/dlt/dlt_client.h index 676ffeb..a4d3181 100644 --- a/include/dlt/dlt_client.h +++ b/include/dlt/dlt_client.h @@ -206,6 +206,13 @@ DltReturnValue dlt_client_send_trace_status(DltClient *client, char *apid, char * @return Value from DltReturnValue enum */ DltReturnValue dlt_client_send_default_log_level(DltClient *client, uint8_t defaultLogLevel); +/** + * Send the log level to all contexts registered with dlt daemon + * @param client pointer to dlt client structure + * @param LogLevel Log Level to be set + * @return negative value if there was an error + */ +int dlt_client_send_all_log_level(DltClient *client, uint8_t LogLevel); /** * Send the default trace status to the dlt daemon * @param client pointer to dlt client structure -- cgit v1.2.1