From 9efaa494a6a932398bc618c242f19c2ca67354bd Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Tue, 25 Jun 2019 09:55:25 +0200 Subject: [PATCH] sharp.logging -> ln.logging (MemoryLogger) --- MemoryLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MemoryLogger.cs b/MemoryLogger.cs index a718e13..ede3621 100644 --- a/MemoryLogger.cs +++ b/MemoryLogger.cs @@ -10,7 +10,7 @@ using System; using ln.logging; using System.Linq; -namespace sharp.logging +namespace ln.logging { public class MemoryLogger : ILoggingBackend {