24 lines
446 B
C#
24 lines
446 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();
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|