Move mono_trace to header file
authorMarek Habersack <grendel@twistedcode.net>
Mon, 18 Jan 2016 22:41:30 +0000 (23:41 +0100)
committerMarek Habersack <grendel@twistedcode.net>
Mon, 18 Jan 2016 23:35:03 +0000 (00:35 +0100)
commit70c675bacabd46a8d0fe6314b162425f7e010bce
tree62fa48dfc50cccf493d7ba5fd46578221e95cc7d
parent56c011a9298badf8250b55e404798785e403b5cb
Move mono_trace to header file

This commit moves mono_trace to a header file so that all the
calls are inlined, avoiding one function call at the small expense
of binary size.
man/mono.1
mono/metadata/appdomain.c
mono/mini/driver.c
mono/utils/mono-logger-internals.h
mono/utils/mono-logger.c