From 5af7ede20e34e1708b848a2b4e47e089eaa445f9 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 18 Jul 2011 03:02:29 +0000 Subject: [PATCH] --- BizHawk.Emulation/Log.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.Emulation/Log.cs b/BizHawk.Emulation/Log.cs index 6d1991e05d..5e4ca379ee 100644 --- a/BizHawk.Emulation/Log.cs +++ b/BizHawk.Emulation/Log.cs @@ -54,6 +54,8 @@ namespace BizHawk // ============== Default Logger Action ============== + public static Stream HACK_LOG_STREAM; + private static bool LogToConsole = false; private static bool LogToFile = false;