eina_log: CONVENTION BREAK!!!! automatically adds \n
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Sep 2009 01:39:45 +0000 (01:39 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Sep 2009 01:39:45 +0000 (01:39 +0000)
commit62c4b17ccd17fb3d1194c9ac1362c07707b63339
tree12413a2fe37585e0e0809117e1c5dd3a95c0e425
parentb4351c3582dffcca5ec73fca7038859d8043dcbe
eina_log: CONVENTION BREAK!!!! automatically adds \n

Automatically add \n to messages. Since we use that prefix, there is
no use to allow messages without \n, it would look a mess.

Some logging systems may not require the trailing newline, for example
logging to xml or syslog, for those you don't need to ignore this char
if present.

Yes, this breaks convention, but better now than latter. And the
results are not so bad.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@42200 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eina_log.c
src/lib/eina_module.c