mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 18:24:50 +00:00
feat: complete XML documentation in PD Core
This commit is contained in:
@@ -41,6 +41,9 @@ namespace PepperDash.Core
|
||||
CrestronConsole.PrintLine(message);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Constructor for DebugConsoleSink
|
||||
/// </summary>
|
||||
public DebugConsoleSink(ITextFormatter formatProvider )
|
||||
{
|
||||
_textFormatter = formatProvider ?? new JsonFormatter();
|
||||
@@ -48,6 +51,9 @@ namespace PepperDash.Core
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Provides extension methods for DebugConsoleSink
|
||||
/// </summary>
|
||||
public static class DebugConsoleSinkExtensions
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user