/src/CommonServiceLocator/CommonServiceLocator.LinFuAdapter.Tests/ILogger.cs

http://github.com/philiplaureano/LinFu · C# · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 749757c3a2848d283b7af7d4a915a4e7 MD5 · raw file

  1. namespace CommonServiceLocator.LinFuAdapter.Components
  2. {
  3. public interface ILogger
  4. {
  5. void Log(string msg);
  6. }
  7. }