mirror of
https://github.com/aaru-dps/Aaru.Console.git
synced 2025-12-16 19:24:32 +00:00
[Aaru.Console] Reformat and cleanup.
This commit is contained in:
2480
.editorconfig
2480
.editorconfig
File diff suppressed because it is too large
Load Diff
@@ -113,20 +113,28 @@ public static class AaruConsole
|
||||
{
|
||||
/// <summary>Event to receive writings to the standard output console that should be followed by a line termination.</summary>
|
||||
public static event WriteLineHandler WriteLineEvent;
|
||||
|
||||
/// <summary>Event to receive writings to the error output console that should be followed by a line termination.</summary>
|
||||
public static event ErrorWriteLineHandler ErrorWriteLineEvent;
|
||||
|
||||
/// <summary>Event to receive writings to the verbose output console that should be followed by a line termination.</summary>
|
||||
public static event VerboseWriteLineHandler VerboseWriteLineEvent;
|
||||
|
||||
/// <summary>Event to receive line terminations to the debug output console.</summary>
|
||||
public static event DebugWriteLineHandler DebugWriteLineEvent;
|
||||
|
||||
/// <summary>Event to receive writings to the debug output console that should be followed by a line termination.</summary>
|
||||
public static event DebugWithModuleWriteLineHandler DebugWithModuleWriteLineEvent;
|
||||
|
||||
/// <summary>Event to receive writings to the standard output console.</summary>
|
||||
public static event WriteHandler WriteEvent;
|
||||
|
||||
/// <summary>Event to receive writings to the error output console.</summary>
|
||||
public static event ErrorWriteHandler ErrorWriteEvent;
|
||||
|
||||
/// <summary>Event to receive writings to the verbose output console.</summary>
|
||||
public static event VerboseWriteHandler VerboseWriteEvent;
|
||||
|
||||
/// <summary>Event to receive writings to the debug output console.</summary>
|
||||
public static event DebugWriteHandler DebugWriteEvent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user