mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreDat, Logger] Update TODOs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user