fix: add param info, clean up trailing whitespace and minor formatting

This commit is contained in:
Erik Meyer
2026-01-27 14:39:50 -05:00
parent b1a5136ec6
commit a1029cd7c7
6 changed files with 12 additions and 9 deletions

View File

@@ -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;