mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-18 06:04:56 +00:00
fix: add param info, clean up trailing whitespace and minor formatting
This commit is contained in:
@@ -20,7 +20,7 @@ namespace PepperDash.Core
|
||||
/// </summary>
|
||||
public string Name { get; protected set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// Gets or sets a value indicating whether the device is enabled
|
||||
/// </summary>
|
||||
public bool Enabled { get; protected set; }
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ namespace PepperDash.Core.Logging
|
||||
/// <summary>
|
||||
/// Constructor for DebugErrorLogSink
|
||||
/// </summary>
|
||||
/// <param name="formatter">text formatter for log output</param>
|
||||
public DebugErrorLogSink(ITextFormatter formatter = null)
|
||||
{
|
||||
_formatter = formatter;
|
||||
|
||||
@@ -67,6 +67,8 @@ namespace PepperDash.Core
|
||||
/// <summary>
|
||||
/// Constructor for DebugWebsocketSink
|
||||
/// </summary>
|
||||
/// <param name="formatProvider">text formatter for log output</param>
|
||||
|
||||
public DebugWebsocketSink(ITextFormatter formatProvider)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user