REFACTOR: Final cleanup of DiscImageChef.Console.

This commit is contained in:
2017-12-23 16:46:52 +00:00
parent c629c9f293
commit e05de44620

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
{