cleaned up unused usings

This commit is contained in:
tmont 2009-04-11 21:03:23 +00:00
parent 8da7843bc0
commit 0fb04e7c20
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,4 @@
using System;
namespace SimpleLog {
namespace SimpleLog {
public interface IMessageFormatter {
string DateFormat { get; set; }

View File

@ -1,6 +1,4 @@
using System;
namespace SimpleLog {
namespace SimpleLog {
public interface IMessageHandler : IMessageFormatter {
string ConstructLogMessage(ILogHandler handler, string message, LogLevel level);