mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 12:15:01 +00:00
docs: update XML comments for Essentials Core
This commit is contained in:
@@ -63,10 +63,6 @@ namespace PepperDash.Core.Logging
|
||||
handler(message);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Constructor for DebugErrorLogSink
|
||||
/// </summary>
|
||||
/// <param name="formatter">text formatter for log output</param>
|
||||
public DebugErrorLogSink(ITextFormatter formatter = null)
|
||||
{
|
||||
_formatter = formatter;
|
||||
|
||||
Reference in New Issue
Block a user