git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1336 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
(no author)
2007-07-24 06:28:44 +00:00
parent a5cc26df09
commit 51bc9aa134
4 changed files with 59 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ namespace OpenRa.Game
static class Log
{
static StreamWriter writer = File.CreateText("../../../log.txt");
static Log()
{
writer.AutoFlush = true;