09.09.05

Reworking of #ifdef’ed Logs

Posted in ALPHA, Programming, SGE Enhancement at 6:17 pm by Nick

Time: 1 hour
Total: 17 hours

With my current setup you could turn off logging, or even sections of logging pretty easy. However, it spewed both text and XML logs. I only need one, so I went through the code and #ifdef’ed things, making it use one or the other depending on if XLOG is defined.

Leave a Comment