Esempio n. 1
0
 public static void LogIoException([NotNull] this Logger l, string message, [NotNull] IOException wex)
 {
     l.Warn(message + " " + wex.LoggableDetails());
 }