Rewrite some Logger bits, remove last Global throw

This commit is contained in:
Matt Nadareski
2020-09-15 17:26:57 -07:00
parent 044d70da6e
commit 66136b5d79
4 changed files with 85 additions and 62 deletions

View File

@@ -68,11 +68,6 @@ namespace SabreTools.Library.Data
/// </summary>
public static string TempDir { get; set; } = Path.GetTempPath();
/// <summary>
/// Whether to throw an exception from the library if an error is found
/// </summary>
public static bool ThrowOnError { get; set; } = false;
#endregion
}
}