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