예제 #1
0
파일: Log.cs 프로젝트: sgmunn/Mobile.Utils
 public static void Init(ILog log)
 {
     log.EnsureNotNull("log");
     logger = log;
 }