HobbyProject/Source Code/TeamHobby.HobbyProjectGenerator.Logging/Implementations/FileLogger.cs
2021-12-13 20:18:42 -08:00

23 lines
445 B
C#

// using System;
// namespace TeamHobby.HobbyProjectGenerator.Logging
// {
// public class FileLogger : Ilogger
// {
// public FileLogger()
// {
// }
// public IList<string> GetAllLogs()
// {
// throw new NotImplementedException();
// }
// public bool Log(LogEntry log)
// {
// throw new NotImplementedException();
// }
// }
// }