using System; namespace Implab.Diagnostics { public interface ILogWriter { void Write(LogEventArgs args, TEvent entry); } }