Example #1
0
 public static void WriteException(ILog logger)
 {
     logger.Error(RandomString.Next(), new Exception(RandomString.Next()));
 }