efl/legacy
Gustavo Sverzut Barbieri 5846195caf eina_log: be able to disable function or line.
write down specialized cases for threads or not, function or file,
color or not. Maybe it's not even an optimization since we add yet
another indirection/function call, but each case is simpler.

 * EINA_LOG_FILE_DISABLE=1: disables show of file:line in
   stderr/stdout messages.
 * EINA_LOG_FUNCTION_DISABLE=1: disables show of function() in
   stderr/stdout messages.

one must not use the two options at the same time, if that's the case
code will ignore EINA_LOG_FILE_DISABLE=1 and use just function
disable.



SVN revision: 42272
2009-09-04 23:45:16 +00:00
..
ecore rename ecore_thread_init and ecore_thread_shutdown to fit usual private function names 2009-09-04 05:49:54 +00:00
edje Formatting. 2009-09-02 15:48:34 +00:00
eet et_init should fail if eina_init fails 2009-09-04 05:03:47 +00:00
efreet formatting 2009-08-29 05:29:05 +00:00
eina eina_log: be able to disable function or line. 2009-09-04 23:45:16 +00:00
embryo back to pre ver's 2009-07-29 08:19:34 +00:00
emotion * emotion: Remove Evas_Bool. 2009-06-18 08:01:23 +00:00
ethumb loggify ethumb. 2009-09-04 19:27:12 +00:00
evas evas_init() fails if eina_init() or evas_async_events_init() fail 2009-09-04 05:41:20 +00:00
evil * src/lib/dlfcn/dlfcn.c: 2009-08-27 08:19:06 +00:00