erase unreachable code
[platform/core/uifw/libtdm.git] / include / tdm_log.h
index 5a9fb65..de56386 100644 (file)
@@ -9,7 +9,7 @@
  *          Taeheon Kim <th908.kim@samsung.com>,
  *          YoungJun Cho <yj44.cho@samsung.com>,
  *          SooChan Lim <sc1.lim@samsung.com>,
- *          Boram Park <sc1.lim@samsung.com>
+ *          Boram Park <boram1288.park@samsung.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the
@@ -69,6 +69,7 @@ void tdm_log_enable_dlog(unsigned int enable);
 void tdm_log_set_debug_level(int level);
 void tdm_log_set_assert_level(int level);
 void tdm_log_set_path(const char *path);
+void tdm_log_printf(int level, const char *fmt, ...);
 void tdm_log_print(int level, const char *fmt, ...);
 void tdm_log_reset(void);