which cleans up the verbose logic
This commit is contained in:
Sean Dague
2007-10-25 15:34:43 +00:00
parent 1d5ec16865
commit 32869aec47
9 changed files with 15 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ namespace SimpleApp
protected override LogBase CreateLog()
{
return new LogBase(null, "SimpleApp", this, false);
return new LogBase(null, "SimpleApp", this, true);
}
protected override void Initialize()