mirror of
https://github.com/aaru-dps/Aaru.Console.git
synced 2025-12-16 19:24:32 +00:00
DOCUMENTATION: Added XML documentation to DiscImageChef.Core.
This commit is contained in:
@@ -48,6 +48,9 @@ namespace DiscImageChef.Console
|
|||||||
|
|
||||||
public delegate void DebugWriteHandler(string format, params object[] arg);
|
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.
|
||||||
|
/// </summary>
|
||||||
public static class DicConsole
|
public static class DicConsole
|
||||||
{
|
{
|
||||||
public static event WriteLineHandler WriteLineEvent;
|
public static event WriteLineHandler WriteLineEvent;
|
||||||
|
|||||||
Reference in New Issue
Block a user