647556386
2026-01-08 e7dac9ecb16aa627f0603beec9930c75ee6aa3f7
1
2
3
4
5
6
7
namespace LogLibrary.Log
{
    public interface ILogFactory
    {
        ILog GetLog(string name);
    }
}