REFACTOR: Final cleanup of DiscImageChef.Console.

This commit is contained in:
2017-12-23 16:46:52 +00:00
parent 6d57e4eb07
commit 1588991c3f

View File

@@ -49,7 +49,8 @@ namespace DiscImageChef.Console
public delegate void DebugWriteHandler(string format, params object[] arg);
/// <summary>
/// Implements a console abstraction that defines four level of messages that can be routed to different consoles: standard, error, verbose and debug.
/// Implements a console abstraction that defines four level of messages that can be routed to different consoles:
/// standard, error, verbose and debug.
/// </summary>
public static class DicConsole
{