Exemple #1
0
 public static void Init(ILog log)
 {
     log.EnsureNotNull("log");
     logger = log;
 }