I'm trying to write my own logging functions, and I want them to be variadic for obvious reasons. I would also like to automatically include the __FILE__ and __LINE__ macros for ...