diff --git a/DicConsole.cs b/DicConsole.cs index 4e0823f..336ce37 100644 --- a/DicConsole.cs +++ b/DicConsole.cs @@ -48,6 +48,9 @@ namespace DiscImageChef.Console public delegate void DebugWriteHandler(string format, params object[] arg); + /// + /// Implements a console abstraction that defines four level of messages that can be routed to different consoles: standard, error, verbose and debug. + /// public static class DicConsole { public static event WriteLineHandler WriteLineEvent;