[ALL] All work items as TODOs

This commit is contained in:
Matt Nadareski
2017-02-27 23:00:57 -08:00
parent d9711ab82c
commit 04f2a5f273
8 changed files with 38 additions and 6 deletions

View File

@@ -7,9 +7,9 @@ namespace SabreTools.Helper
/// Log either to file or to the console
/// </summary>
/// <remarks>
/// Things to do:
/// - Allow for "triggerable" logging done on an interval (async)
/// - Log filtering? (#if debug?)
/// TODO: Allow for "triggerable" logging done on an interval (async)
/// TODO: Log filtering? (#if debug?)
/// TODO: Reduce user-verbosity in later builds
/// </remarks>
public class Logger
{