feat: add CrestronLogger Serilog Sink

This commit is contained in:
Andrew Welker
2024-03-21 09:45:49 -05:00
parent a7f9799370
commit 244aa26c42
4 changed files with 104 additions and 42 deletions

View File

@@ -14,7 +14,7 @@ using System.Threading.Tasks;
namespace PepperDash.Core
{
internal class DebugConsoleSink : ILogEventSink
public class DebugConsoleSink : ILogEventSink
{
private readonly ITextFormatter _textFormatter;