Example #1
0
 public static void AnExceptionWasThrownBy(this IInternalLogger logger, ITimerTask task, Exception t)
 {
     logger.Warn($"An exception was thrown by {task.GetType().Name}.", t);
 }