sharp.logging -> ln.logging (MemoryLogger)

master
Harald Wolff 2019-06-25 09:55:25 +02:00
parent d8fad46a84
commit 9efaa494a6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
using System;
using ln.logging;
using System.Linq;
namespace sharp.logging
namespace ln.logging
{
public class MemoryLogger : ILoggingBackend
{