libo
2025-03-31 91ce12227476cf87aa5672a741d9ca6eb6bf508c
1
2
3
4
5
6
7
namespace WebService.Log
{
    public interface ILogFactory
    {
        ILog GetLog(string name);
    }
}