Initial import of the new eina logging API.
authordieb <dieb>
Mon, 24 Aug 2009 21:43:48 +0000 (21:43 +0000)
committerdieb <dieb@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 24 Aug 2009 21:43:48 +0000 (21:43 +0000)
commit0b28d4482ffd340fe92a6ca59a7191c909e19314
treec3fc26e6351deb5a7a92bd8d84c86274b51d0c90
parent4821e4c5bb4fec5a0a05261962cf32afb1e6d9d7
Initial import of the new eina logging API.

* eina_error might be kept for error messages and codes, but it's logging API
  will be deprecated. For now, it's been kept for not breaking others code and
  for a smoother transition.
* Added test for new logging API, also demonstrates usage.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41960 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/Makefile.am
src/include/eina_log.h [new file with mode: 0644]
src/lib/Makefile.am
src/lib/eina_log.c [new file with mode: 0644]
src/tests/Makefile.am
src/tests/eina_suite.c
src/tests/eina_suite.h
src/tests/eina_test_log.c [new file with mode: 0644]