肖洋
2025-01-08 abbc0ac93a533cbb43c329c813611154454d9836
1
2
3
4
5
6
7
namespace LogLibrary.Log
{
    public interface ILogFactory
    {
        ILog GetLog(string name);
    }
}