cleaned up unused usings
This commit is contained in:
parent
8da7843bc0
commit
0fb04e7c20
@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace SimpleLog {
|
||||
namespace SimpleLog {
|
||||
public interface IMessageFormatter {
|
||||
|
||||
string DateFormat { get; set; }
|
||||
|
@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace SimpleLog {
|
||||
namespace SimpleLog {
|
||||
public interface IMessageHandler : IMessageFormatter {
|
||||
|
||||
string ConstructLogMessage(ILogHandler handler, string message, LogLevel level);
|
||||
|
Loading…
Reference in New Issue
Block a user