Add logging function macros

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83294
This commit is contained in:
Christopher Michael 2013-01-24 12:15:11 +00:00 committed by Christopher Michael
parent cfbdc648d1
commit def83a6eb1
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
#ifndef _EVAS_ENGINE_H
# define _EVAS_ENGINE_H
//# define LOGFNS 1
# ifdef LOGFNS
# include <stdio.h>
# define LOGFN(fl, ln, fn) printf("-EVAS-WL: %25s: %5i - %s\n", fl, ln, fn);
# else
# define LOGFN(fl, ln, fn)
# endif
extern int _evas_engine_way_shm_log_dom;
# ifdef ERR