From 247a40fa614241b52babb29bc03b0afd9a9031f9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 8 Jan 2014 23:44:51 -0500 Subject: add console logging during startup --- MediaBrowser.Model/Logging/ILogManager.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'MediaBrowser.Model/Logging') diff --git a/MediaBrowser.Model/Logging/ILogManager.cs b/MediaBrowser.Model/Logging/ILogManager.cs index fabca4459b..674d8fd165 100644 --- a/MediaBrowser.Model/Logging/ILogManager.cs +++ b/MediaBrowser.Model/Logging/ILogManager.cs @@ -40,5 +40,15 @@ namespace MediaBrowser.Model.Logging /// Flushes this instance. /// void Flush(); + + /// + /// Adds the console output. + /// + void AddConsoleOutput(); + + /// + /// Removes the console output. + /// + void RemoveConsoleOutput(); } } -- cgit v1.2.3