X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flog.h;h=9403633d724545dda7be9d7c81973cb7377f1968;hb=ac76bee17d44c17c8867972b1c5e108b7a32ce7f;hp=7687ed0bf5101bdcfc213925687fbaf9a69ec8d1;hpb=6aa4055ef0544ae85457c25c510fe3db04949c43;p=platform%2Fupstream%2Fconnman.git diff --git a/include/log.h b/include/log.h index 7687ed0..9403633 100755 --- a/include/log.h +++ b/include/log.h @@ -22,6 +22,10 @@ #ifndef __CONNMAN_LOG_H #define __CONNMAN_LOG_H +#if defined TIZEN_EXT +#include +#endif + #ifdef __cplusplus extern "C" { #endif @@ -86,6 +90,14 @@ struct connman_debug_desc { __FILE__, __FUNCTION__ , ## arg); \ } while (0) +#if defined TIZEN_EXT +#define simplified_log get_simple_log_option() +bool get_simple_log_option(void); +void set_simple_log_option(bool option); +void set_dlog_logging_option(bool option); +void set_file_logging_option(bool option); +#endif + #ifdef __cplusplus } #endif