mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rewrite some Logger bits, remove last Global throw
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user