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