﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	i_links	o_links
297	Make orxonox.log configurable	rgrieder	rgrieder	"Creating the Orxonox log is about the first thing that our program does after execution. That implicates that at that moment it is not yet known where to write the log data. The resolution is to always write everything to ""orxonox.log"" in the current working directory. [[br]]
But this concept doesn't hold with binary distribution. I suggest making a little workaround: Do not write output until the output file path is known (that is before the GameStates are created) but instead cache it in a buffer. [[br]]
The obvious problem is of course that when an error happens before that, there is no output to examine. This could be resolved by implementing a fallback that can be switched on (maybe with a macro) in OutputHandler.cc"	defect	closed	major	Version 0.2 Codename: Bellatrix	GeneralFramework	0.2.0	fixed				
