namespace LogLibrary.Log { public interface ILogFactory { ILog GetLog(string name); } }