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