[SabreDat, Logger] Update TODOs

This commit is contained in:
Matt Nadareski
2018-01-15 14:16:46 -08:00
parent 7414c030d0
commit aba67a5f28
2 changed files with 1 additions and 3 deletions

View File

@@ -555,6 +555,7 @@ namespace SabreTools.Library.DatFiles
/// <param name="outfile">Name of the file to write to</param> /// <param name="outfile">Name of the file to write to</param>
/// <param name="ignoreblanks">True if blank roms should be skipped on output, false otherwise (default)</param> /// <param name="ignoreblanks">True if blank roms should be skipped on output, false otherwise (default)</param>
/// <returns>True if the DAT was written correctly, false otherwise</returns> /// <returns>True if the DAT was written correctly, false otherwise</returns>
/// TODO: Fix writing out files that have a path in the name
public override bool WriteToFile(string outfile, bool ignoreblanks = false) public override bool WriteToFile(string outfile, bool ignoreblanks = false)
{ {
try try

View File

@@ -18,9 +18,6 @@ namespace SabreTools.Library.Tools
/// <summary> /// <summary>
/// Log either to file or to the console /// Log either to file or to the console
/// </summary> /// </summary>
/// <remarks>
/// TODO: Allow for "triggerable" logging done on an interval (async)
/// </remarks>
public class Logger public class Logger
{ {
// Private instance variables // Private instance variables