/src/CommonServiceLocator/CommonServiceLocator.LinFuAdapter.Tests/ILogger.cs
C# | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 749757c3a2848d283b7af7d4a915a4e7 MD5 | raw file
- namespace CommonServiceLocator.LinFuAdapter.Components
- {
- public interface ILogger
- {
- void Log(string msg);
- }
- }