[Logger] Allow for log filtering based on level

This commit is contained in:
Matt Nadareski
2017-03-01 21:58:09 -08:00
parent 1eff6ce217
commit 4ab5f4578f
3 changed files with 29 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ using SharpCompress.Writers;
namespace SabreTools.Helper.Tools
{
/*
* TODO: Full archive support for: 7-Zip, RAR, XZ, LRZip
* TODO: Full archive support for: RAR, XZ, LRZip
*/
public static class ArchiveTools
{