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